numeric

Numeric Methods

sqr()

Returns the square root of a number

asin()

Returns the arcsine (inverse sine) of a number

sgn()

Determine the sign of a number

decrementValue()

Decrement the integer part of a number

round()

Rounds a number to the closest integer.

cos()

Returns the cosine of an angle entered in radians

int()

Returns the closest integer that is smaller than the number

exp()

Calculates the exponent whose base is e that represents a number.

ceiling()

Determines the closest integer that is greater than a specified floating point number.

atn()

Returns the arc tangent (inverse tangent) of a number

fix()

Converts a real number to an integer

abs()

Returns the absolute value of a number

log()

Returns the natural logarithm of a number.

log10()

Returns the logarithm of a number to base 10.

acos()

Returns the arccosine (inverse cosine) of a number

floor()

Returns the absolute value of a number

formatBaseN(radix=[integer])

Converts a number to a string representation in the specified base.

Arguments:

tan()

Returns the tangent of an angle that is entered in radians.

sin()

Returns the sine of a number

incrementValue()

Increment the integer part of a number

decimalFormat(length=[integer])

Converts a number to a decimal-formatted string.

Arguments:

booleanFormat()

Returns the value formatted as a boolean string

numberFormat(mask=[string], locale=[string])

Formats a number with an optional format mask

Arguments:

currencyFormat(type=[string], locale=[string])

nullArguments:

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC