# Actions-Fields-Library-Math

The Actions-Fields-Library-Math module contains the following types:

<table><thead><tr><th width="249">Type</th><th>Description</th></tr></thead><tbody><tr><td>Abs</td><td>Returns the absolute value of a specified number.</td></tr><tr><td>Acos</td><td>Returns the angle whose cosine is the specified number.</td></tr><tr><td>Asin</td><td>Returns the angle whose sine is the specified number.</td></tr><tr><td>Atan</td><td>Returns the angle whose tangent is the specified number.</td></tr><tr><td>Atan2</td><td>Returns the angle whose tangent is the quotient of two specified numbers.</td></tr><tr><td>Cos</td><td>Returns the cosine of the specified angle.</td></tr><tr><td>Cosh</td><td>Returns the hyperbolic cosine of the specified angle.</td></tr><tr><td>DivideInt32GetQuotient</td><td>Calculates the quotient of two 32-bit signed integers</td></tr><tr><td>DivideInt32GetRemainder</td><td>Calculates the remainder of dividing two 32-bit signed integers</td></tr><tr><td>DivideInt64GetQuotient</td><td>Calculates the quotient of two 64-bit signed integers</td></tr><tr><td>DivideInt64GetRemainder</td><td>Calculates the remainder of dividing two 64-bit signed integers</td></tr><tr><td>E</td><td>Returns constant e - Euler's number </td></tr><tr><td>Exp</td><td>Returns e raised to the specified power</td></tr><tr><td>Log</td><td>Returns the natural (base e) logarithm of a specified number.</td></tr><tr><td>Log10</td><td>Returns the base 10 logarithm of a specified number.</td></tr><tr><td>Max</td><td>Returns the maximum number from a list of numbers.</td></tr><tr><td>Min</td><td>Returns the minimum number from a list of numbers.</td></tr><tr><td>Pi</td><td>Returns the value of mathematical constant pi.</td></tr><tr><td>Pow</td><td>Returns a double of a specified number raised to the specified power</td></tr><tr><td>Sin</td><td>Returns the sine of the specified angle.</td></tr><tr><td>Sinh</td><td>Returns the hyperbolic sine of the specified angle.</td></tr><tr><td>Sqrt</td><td>Returns the square root of a specified number.</td></tr><tr><td>Tan</td><td>Returns the tangent specified angle.</td></tr><tr><td>Tanh</td><td>Returns the hyperbolic tangent specified angle.</td></tr><tr><td>TruncateDecimal</td><td>Calculates the integral part of a specified decimal number.</td></tr><tr><td>TruncateDouble</td><td>Calculates the integral part of a specified double number.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/actions/action-categories/actions-fields-library-math.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
