# Maths

- [Abs](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/abs.md): This Flow Script tutorial explains how to use the Abs function with syntax and examples.
- [Acos](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/acos.md): This Flow Script tutorial explains how to use the Acos function with syntax and examples.
- [Asin](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/asin.md): This Flow Script tutorial explains how to use the Asin function with syntax and examples.
- [Atan](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/atan.md): This Flow Script tutorial explains how to use the Atan function with syntax and examples.
- [Cos](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/cos.md): This Flow Script tutorial explains how to use the Cos function with syntax and examples.
- [Cosh](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/cosh.md): This Flow Script tutorial explains how to use the Cosh function with syntax and examples.
- [Sin](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/sin.md): This Flow Script tutorial explains how to use the Sin function with syntax and examples.
- [Sinh](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/sinh.md): This Flow Script tutorial explains how to use the Sinh function with syntax and examples.
- [Tan](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/tan.md): This Flow Script tutorial explains how to use the Tan function with syntax and examples.
- [Tanh](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/tanh.md): This Flow Script tutorial explains how to use the Tan function with syntax and examples.
- [ToDegrees](https://help.novacuraflow.com/development/flowscript/functions/number-functions/maths/todegrees.md): This Flow Script tutorial explains how to use the ToDegrees function with syntax and examples.


---

# 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://help.novacuraflow.com/development/flowscript/functions/number-functions/maths.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.
