Child pages
  • Math

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.
Enter additional information related to this 'class' inside the {div} macro with 'id=description'
Divcache
styleindexdisplay:none

...

iddescription

...

padding0px
width80px

...

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary

...

Table Cell (td)
Number

...

Table Cell (td)
Number

...

true
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClientsWordListMobileClient

servoy sSummary12%30%58%height: 30px;3Property SummaryEuler's constant and the base of natural logarithms.

...

...

Natural logarithm of 10.

...

Table Cell (td)
Number

...

Natural logarithm of 2.

...

Table Cell (td)
Number

...

Base 10 logarithm of E.

...

Table Cell (td)
Number
Base 2 logarithm of E.

...

Table Cell (td)
Number

...

Table Cell (td)
Number

...

Ratio of the circumference of a circle to its diameter.

...

...

Table Cell (td)
Number

...

Square root of 1/2.

...

...

Square root of 2.

...

padding0px
width80px

...

servoy sSummary12%30%58%height: 30px;

...

Table Head (th)
colspan2
Method Summary

...

Table Cell (td)
Number

...

3Methods SummaryReturns the absolute value of a number.

...

Table Cell (td)
Number

...

Table Cell (td)
Number

...

Returns the arccosine (in radians) of a number.

...

Table Cell (td)
Number

...

Returns the arcsine (in radians) of a number.

...

Returns the arctangent (in radians) of a number.

...

Table Cell (td)
Number

...

Table Cell (td)
Number

...

Returns the arctangent of the quotient of its arguments.

...

...

Table Cell (td)
Number

...

Returns the smallest integer greater than or equal to a number.

...

Returns the cosine of a number.

...

Table Cell (td)
Number

...

...

Table Cell (td)
Number

...

Returns Enumber, where number is the argument, and E is Euler's constant, the base of the natural logarithms.

...

Table Cell (td)
Number

...

Returns the largest integer less than or equal to a number.

...

Returns the natural logarithm (base E) of a number.

...

Table Cell (td)
Number

...

Table Cell (td)
Number

...

Returns the greater of two (or more) numbers.

...

Returns the lesser of two (or more) numbers.

...

Table Cell (td)
Number

...

...

Returns base to the exponent power, that is, base exponent.

...

void

...

Returns a pseudo-random number between 0 and 1.

...

void

...

...

Returns the value of a number rounded to the nearest integer.

...

void

...

...

Returns the sine of a number.

...

void

...

...

Returns the square root of a number.

...

void

...

id
HTML Table
Returns the tangent of a number.

...

Table Row (tr)
idname
Table Cell (td)
exp
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
exp
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns Enumber, where number is the argument, and E is Euler's constant, the base of the natural logarithms.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.exp(number)

...

classlastDetailRow

...

idfloor-Number
Table Row (tr)
idname
Table Cell (td)
floor
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
floor
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the largest integer less than or equal to a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.floor(number)

...

classlastDetailRow

...

idlog-Number
Table Row (tr)
idname
Table Cell (td)
log
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
log
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the natural logarithm (base E) of a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.log(number)

...

classlastDetailRow

...

idmax-NumberArray
Table Row (tr)
idname
Table Cell (td)
max
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
max
Span
(value)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the greater of two (or more) numbers.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number...} value
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.max(number,number,number)

...

classlastDetailRow

...

idmin-NumberArray
Table Row (tr)
idname
Table Cell (td)
min
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
min
Span
(value)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the lesser of two (or more) numbers.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number...} value
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.min(number,number,number)

...

classlastDetailRow

...

idpow-Number_Number
Table Row (tr)
idname
Table Cell (td)
pow
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
pow
Span
(base, exponent)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns base to the exponent power, that is, base exponent.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} base
{Number} exponent
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.pow(number,number)

...

classlastDetailRow

...

idrandom
Table Row (tr)
idname
Table Cell (td)
random
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
void
Span
stylefont-weight: bold;
random
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns a pseudo-random number between 0 and 1.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
void
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.random()

...

classlastDetailRow

...

idround-Number
Table Row (tr)
idname
Table Cell (td)
round
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
void
Span
stylefont-weight: bold;
round
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the value of a number rounded to the nearest integer.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
void
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.round(number)

...

classlastDetailRow

...

idsin-Number
Table Row (tr)
idname
Table Cell (td)
sin
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
void
Span
stylefont-weight: bold;
sin
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the sine of a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
void
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.sin(number)

...

classlastDetailRow

...

idsqrt-Number
Table Row (tr)
idname
Table Cell (td)
sqrt
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
void
Span
stylefont-weight: bold;
sqrt
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the square root of a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
void
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.sqrt(number)

...

classlastDetailRow

...

idtan-Number
Table Row (tr)
idname
Table Cell (td)
tan
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
void
Span
stylefont-weight: bold;
tan
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the tangent of a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
void
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.tan(number)

...

classlastDetailRow

...

servoy sDetail2Property DetailsEnametd

E

tr

dessIndent
Euler's constant and the base of natural logarithms. Approximately 2.718.
tdret

Returns

divsIndentclients

property

class
Colgroup Tag
Column
padding0px
width100%
Table Row (tr)
style2100%height:30px;
Table Head (th)
colspan1
Table Body (tbody)
idid
Table Row (tr)
id
Table Cell (td)
Div
classid
Table Row (tr)
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.E
Table Row (tr)
classlastDetailRow
Table Cell (td) Table Body (tbody)
idLN10
Table Row (tr)
idname
Table Cell (td)
LN10
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Natural logarithm of 10. Approximately 2.302.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.LN10
Table Row (tr)
classlastDetailRow
Table Cell (td) Table Body (tbody)
idLN2
Table Row (tr)
idname
Table Cell (td)
LN2
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Natural logarithm of 2. Approximately 0.693.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.LN2
Table Row (tr)
classlastDetailRow
Table Cell (td) Table Body (tbody)
idLOG10E
Table Row (tr)
idname
Table Cell (td)
LOG10E
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Base 10 logarithm of E. Approximately 0.434.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.LOG10E
Table Row (tr)
classlastDetailRow
Table Cell (td) Table Body (tbody)
idLOG2E
Table Row (tr)
idname
Table Cell (td)
LOG2E
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Base 2 logarithm of E. Approximately 1.442.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.LOG2E
Table Row (tr)
classlastDetailRow
Table Cell (td) Table Body (tbody)
idPI
Table Row (tr)
idname
Table Cell (td)
PI
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Ratio of the circumference of a circle to its diameter. Approximately 3.14159.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.PI
Table Row (tr)
classlastDetailRow
Table Cell (td) Table Body (tbody)
idSQRT1_2
Table Row (tr)
idname
Table Cell (td)
SQRT1_2
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Square root of 1/2. Equivalently, 1 over the square root of 2, approximately 0.707.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.SQRT1_2
Table Row (tr)
classlastDetailRow
Table Cell (td) Table Body (tbody)
idSQRT2
Table Row (tr)
idname
Table Cell (td)
SQRT2
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Square root of 2. Approximately 1.414.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.SQRT2
Table Row (tr)
classlastDetailRow
Table Cell (td)

...

idfunction
classservoy sDetail

...

padding0px
width100%
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan1
Method Details

...

idabs-Number
Table Row (tr)
idname
Table Cell (td)
abs
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
abs
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the absolute value of a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.abs(number)

...

classlastDetailRow

...

idacos-Number
Table Row (tr)
idname
Table Cell (td)
acos
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
acos
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the arccosine (in radians) of a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.acos(number)

...

classlastDetailRow

...

idasin-Number
Table Row (tr)
idname
Table Cell (td)
asin
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
asin
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the arcsine (in radians) of a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.asin(number)

...

classlastDetailRow

...

idatan-Number
Table Row (tr)
idname
Table Cell (td)
atan
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
atan
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the arctangent (in radians) of a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.atan(number)

...

classlastDetailRow

...

idatan2-Number_Number
Table Row (tr)
idname
Table Cell (td)
atan2
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
atan2
Span
(y, x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the arctangent of the quotient of its arguments.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} y
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.atan2(number,number)

...

classlastDetailRow

...

idceil-Number
Table Row (tr)
idname
Table Cell (td)
ceil
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
ceil
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the smallest integer greater than or equal to a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.ceil(number)

...

classlastDetailRow

...

idcos-Number
Table Row (tr)
idname
Table Cell (td)
cos
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
cos
Span
(x)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the cosine of a number.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Number} x
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
Math.cos(number)

...

classlastDetailRow

...

idexp-Number

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
LN10name

LN10

dessIndent
Natural logarithm of 10. Approximately 2.302.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
LN2name

LN2

dessIndent
Natural logarithm of 2. Approximately 0.693.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
LOG10Ename

LOG10E

dessIndent
Base 10 logarithm of E. Approximately 0.434.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
LOG2Ename

LOG2E

dessIndent
Base 2 logarithm of E. Approximately 1.442.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
PIname

PI

dessIndent
Ratio of the circumference of a circle to its diameter. Approximately 3.14159.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
SQRT1_2name

SQRT1_2

dessIndent
Square root of 1/2. Equivalently, 1 over the square root of 2, approximately 0.707.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
SQRT2name

SQRT2

dessIndent
Square root of 2. Approximately 1.414.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow

functionservoy sDetail2100%height:30px2Methods Detailsabsname

abs(x)

dessIndent
Returns the absolute value of a number.
prs

Parameters

sIndentx ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRowacosname

acos(x)

dessIndent
Returns the arccosine (in radians) of a number.
prs

Parameters

sIndentx ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
asinname

asin(x)

dessIndent
Returns the arcsine (in radians) of a number.
prs

Parameters

sIndentx ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
atanname

atan(x)

dessIndent
Returns the arctangent (in radians) of a number.
prs

Parameters

sIndentx ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
atan2name

atan2(y, x)

dessIndent
Returns the arctangent of the quotient of its arguments.
prs

Parameters

sIndenty ;x ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
ceilname

ceil(x)

dessIndent
Returns the smallest integer greater than or equal to a number.
prs

Parameters

sIndentx ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
cosname

cos(x)

dessIndent
Returns the cosine of a number.
prs

Parameters

sIndentx ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
expname

exp(x)

dessIndent
Returns Enumber, where number is the argument, and E is Euler's constant, the base of the natural logarithms.
prs

Parameters

sIndentx ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
floorname

floor(x)

dessIndent
Returns the largest integer less than or equal to a number.
prs

Parameters

sIndentx ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
logname

log(x)

dessIndent
Returns the natural logarithm (base E) of a number.
prs

Parameters

sIndentx ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
maxname

max(value)

dessIndent
Returns the greater of two (or more) numbers.
prs

Parameters

sIndentvalue ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
minname

min(value)

dessIndent
Returns the lesser of two (or more) numbers.
prs

Parameters

sIndentvalue ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
powname

pow(base, exponent)

dessIndent
Returns base to the exponent power, that is, base exponent.
prs

Parameters

sIndentbase ;exponent ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
randomname

random()

dessIndent
Returns a pseudo-random number between 0 and 1.
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
roundname

round(x)

dessIndent
Returns the value of a number rounded to the nearest integer.
prs

Parameters

sIndentx ;
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
sinname

sin(x)

dessIndent
Returns the sine of a number.
prs

Parameters

sIndentx ;
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
sqrtname

sqrt(x)

dessIndent
Returns the square root of a number.
prs

Parameters

sIndentx ;
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
tanname

tan(x)

dessIndent
Returns the tangent of a number.
prs

Parameters

sIndentx ;
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow