Numeric Functions

Kalipso - Developing - Form - Expressions - Functions - Functions List - Numeric Functions

Function

Description

Returns the absolute value of the specified number.

Returns the arc cosine of the specified number.

Returns the arc sine of the specified number.

Returns the arc tangent of the specified number.

Returns the result of a bit by bit logical AND between the specified values.

Returns the result of a bit by bit logical OR between the specified values.

Returns the result of a bit by bit logical XOR between the specified values.

Returns the smallest integral value that is not less than the specified value

Returns the cosine of the specified number.

Returns the decimal part of the specified value.

Converts the specified degree value to radian.

Returns the base-e exponential function of the specified value, which is the e number raised to the power of the specified value.

This Function returns a numeric value, extracted from the specified Source string, according to a Rank and a Separator.

Returns the largest integral value that is not greater than the specified value.

Returns the integral part of the specified value.

Returns the natural logarithm of the specified value.

Returns the common (base-10) logarithm of the specified value.

Applies the specified mask to a number in order to format accordingly.

Returns the number which, when raised to the power of N, equals the specified value.

Returns the specified base raised to the specified exponent.

Converts the specified radian value to degree.

Returns a random integral number.

Returns a number rounded to the number of decimals specified.

Returns the sine of the specified number.

Returns the sum of all values across an entire column of a Table Control.

Returns the tangent of the specified number.

Converts the specified string to a number.

Last updated