# Numeric Expressions

- [Abs](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/abs.md): Converts a negative number to a positive.
- [AsNum](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/asnum.md): Sets the Databox value as numeric.
- [Between](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/between.md): Tests if a numeric value is within a specified range.
- [Int](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/int.md): Rounds a decimal number to nearest whole number.
- [Mod](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/mod.md): Find remainder after division of one number by another.
- [Number](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/number.md): Processes the Databox value as numeric.
- [Result](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/result.md): Force the evaluation of an expression up to that point.
- [Round](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/round.md): Rounds decimal number to nearest whole number.


---

# 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.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions.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.
