> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Numeric functions

> Snowflake numeric functions supported in Snowflake compatibility mode.

<span className="feature-tag">Preview</span>

Snowflake [numeric functions](https://docs.snowflake.com/en/sql-reference/functions-numeric) in [Snowflake compatibility mode](/reference-sql/snowflake/overview).

| Function                                                                                                                  | Support       | Notes |
| :------------------------------------------------------------------------------------------------------------------------ | :------------ | :---- |
| `ABS`                                                                                                                     | Supported     |       |
| `ACOS`                                                                                                                    | Supported     |       |
| `ASIN`                                                                                                                    | Supported     |       |
| `ATAN2`                                                                                                                   | Supported     |       |
| `ATAN`                                                                                                                    | Supported     |       |
| `CBRT`                                                                                                                    | Supported     |       |
| `CEIL`                                                                                                                    | Supported     |       |
| `COS`                                                                                                                     | Supported     |       |
| `COT`                                                                                                                     | Supported     |       |
| `DEGREES`                                                                                                                 | Supported     |       |
| `EXP`                                                                                                                     | Supported     |       |
| `FLOOR`                                                                                                                   | Supported     |       |
| `LN`                                                                                                                      | Supported     |       |
| `LOG`                                                                                                                     | Supported     |       |
| `MOD`                                                                                                                     | Supported     |       |
| `PI`                                                                                                                      | Supported     |       |
| `POWER`                                                                                                                   | Supported     |       |
| `POW`                                                                                                                     | Supported     |       |
| `RADIANS`                                                                                                                 | Supported     |       |
| `ROUND`                                                                                                                   | Supported     |       |
| `SIGN`                                                                                                                    | Supported     |       |
| `SIN`                                                                                                                     | Supported     |       |
| `SQRT`                                                                                                                    | Supported     |       |
| `TAN`                                                                                                                     | Supported     |       |
| `TRUNC`                                                                                                                   | Supported     |       |
| `ASINH`, `ATANH`, `COSH`, `DIV0`, `DIV0NULL`, `FACTORIAL`, `NEGATE`, `SINH`, `SQUARE`, `TANH`, `TRUNCATE`, `WIDTH_BUCKET` | Not supported |       |
