Browsing Polish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Polish guidelines.
15 of 5 results
485.
@FUNCTION=RANDBETWEEN
@SYNTAX=RANDBETWEEN(bottom,top)
@DESCRIPTION=RANDBETWEEN function returns a random integer number between and including @bottom and @top.

* If @bottom is non-integer, it is rounded up.
* If @top is non-integer, it is rounded down.
* If @bottom > @top, RANDBETWEEN returns #NUM! error.
* This function is Excel compatible.

@EXAMPLES=
RANDBETWEEN(3,7).

@SEEALSO=RAND,RANDUNIFORM
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
973.
@FUNCTION=READDBTABLE
@SYNTAX=READDBTABLE(dsn,username,password,table)
@DESCRIPTION=The READDBTABLE function lets you get the contents of a table, as stored in a database. For using it, you need first to set up a libgda data source.
Note that this function returns all the rows in the given table. If you want to get data from more than one table or want a more precise selection (conditions), use the EXECSQL function.
@EXAMPLES=
To get all the data from the table "Customers" present in the "mydatasource" GDA data source, you would use:
READDBTABLE("mydatasource","username","password","customers")
@SEEALSO=EXECSQL
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
979.
@FUNCTION=ISPRIME
@SYNTAX=ISPRIME(i)
@DESCRIPTION=ISPRIME function returns TRUE if @i is prime and FALSE otherwise.

@EXAMPLES=
@SEEALSO=ITHPRIME, NT_D, NT_SIGMA
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
980.
@FUNCTION=PFACTOR
@SYNTAX=PFACTOR(n)
@DESCRIPTION=PFACTOR function returns the smallest prime factor of its argument.

The argument must be at least 2, or else a #VALUE! error is returned.

@EXAMPLES=
@SEEALSO=ITHPRIME
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
981.
@FUNCTION=NT_PI
@SYNTAX=NT_PI(n)
@DESCRIPTION=NT_PI function returns the number of primes less than or equal to @n.

@EXAMPLES=
@SEEALSO=ITHPRIME, NT_PHI, NT_D, NT_SIGMA
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
15 of 5 results

This translation is managed by Ubuntu Polish Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: GNOME PL Team.