Function |
Description |
Absolute |
Returns the absolute value of the specified number. |
Arc Cosine |
Returns the arc cosine of the specified number. |
Arc Sine |
Returns the arc sine of the specified number. |
Arc Tangent |
Returns the arc tangent of the specified number. |
Bitwise And |
Returns the result of a bit by bit logical AND between the specified values. |
Bitwise Or |
Returns the result of a bit by bit logical OR between the specified values. |
Bitwise Xor |
Returns the result of a bit by bit logical XOR between the specified values. |
Ceiling |
Returns the smallest integral value that is not less than the specified value |
Cosine |
Returns the cosine of the specified number. |
Decimal Part |
Returns the decimal part of the specified value. |
Degree to Radian |
Converts the specified degree value to radian. |
Exp |
Returns the base-e exponential function of the specified value, which is the e number raised to the power of the specified value. |
Floor |
Returns the largest integral value that is not greater than the specified value. |
Integer Part |
Returns the integral part of the specified value. |
Log |
Returns the natural logarithm of the specified value. |
Log 10 |
Returns the common (base-10) logarithm of the specified value. |
Nth Root |
Returns the number which, when raised to the power of N, equals the specified value. |
Power |
Returns the specified base raised to the specified exponent. |
Radian to Degree |
Converts the specified radian value to degree. |
Random |
Returns a random integral number. |
Round |
Returns a number rounded to the number of decimals specified. |
Sine |
Returns the sine of the specified number. |
Sum |
Returns the sum of all values across an entire column of a Table Control. |
Tangent |
Returns the tangent of the specified number. |
Val |
Converts the specified string to a number. |