> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/numeric-functions.md).

# Numeric Functions

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/numeric-functions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
