DEBSOURCES
Skip Quicknav
sources / jsoncons / 1.3.2-1 / doc / ref / jsonpath / functions / abs.md
12345678910111213
### abs ``` number abs(number value) ``` Returns the absolute value of a number. It is a type error if the provided argument is not a number. ### Examples