# Numeric Functions

| **Function**                                                                                                                                              | **Description**                                                                                                                   |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| [Absolute](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/absolute)                 | Returns the absolute value of the specified number.                                                                               |
| [Arc Cosine](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/arc-cosine)             | Returns the arc cosine of the specified number.                                                                                   |
| [Arc Sine](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/arc-sine)                 | Returns the arc sine of the specified number.                                                                                     |
| [Arc Tangent](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/arc-tangent)           | Returns the arc tangent of the specified number.                                                                                  |
| [Bitwise And](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/bitwise-and)           | Returns the result of a bit by bit logical AND between the specified values.                                                      |
| [Bitwise Or](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/bitwise-or)             | Returns the result of a bit by bit logical OR between the specified values.                                                       |
| [Bitwise Xor](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/bitwise-xor)           | Returns the result of a bit by bit logical XOR between the specified values.                                                      |
| [Ceiling](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/ceiling)                   | Returns the smallest integral value that is not less than the specified value                                                     |
| [Cosine](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/cosine)                     | Returns the cosine of the specified number.                                                                                       |
| [Decimal Part](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/decimal-part)         | Returns the decimal part of the specified value.                                                                                  |
| [Degree to Radian](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/degree-to-radian) | Converts the specified degree value to radian.                                                                                    |
| [Exp](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/exp)                           | Returns the base-e exponential function of the specified value, which is the e number raised to the power of the specified value. |
| [Extractstringd](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/extractstringd)     | This Function returns a numeric value, extracted from the specified Source string, according to a Rank and a Separator.           |
| [Floor](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/floor)                       | Returns the largest integral value that is not greater than the specified value.                                                  |
| [Integer Part](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/integer-part)         | Returns the integral part of the specified value.                                                                                 |
| [Log](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/log)                           | Returns the natural logarithm of the specified value.                                                                             |
| [Log 10](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/log-10)                     | Returns the common (base-10) logarithm of the specified value.                                                                    |
| [Mask Number](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/mask-number)           | Applies the specified mask to a number in order to format accordingly.                                                            |
| [Nth Root](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/nth-root)                 | Returns the number which, when raised to the power of N, equals the specified value.                                              |
| [Power](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/power)                       | Returns the specified base raised to the specified exponent.                                                                      |
| [Radian to Degree](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/radian-to-degree) | Converts the specified radian value to degree.                                                                                    |
| [Random](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/random)                     | Returns a random integral number.                                                                                                 |
| [Round](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/round)                       | Returns a number rounded to the number of decimals specified.                                                                     |
| [Sine](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/sine)                         | Returns the sine of the specified number.                                                                                         |
| [Sum](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/sum)                           | Returns the sum of all values across an entire column of a Table Control.                                                         |
| [Tangent](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/tangent)                   | Returns the tangent of the specified number.                                                                                      |
| [Val](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/val)                           | Converts the specified string to a number.                                                                                        |
