> For the complete documentation index, see [llms.txt](https://docs.cheddar.vihan.org/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cheddar.vihan.org/docs/mathematics.md).

# Mathematics

In Cheddar, mathematical functions are all operators. This is to make mathematics more idomatic, this section covers all mathematical operations in Cheddar.

* The operators and behaviors as described in this section applies to `number`s. Any number made through a number literal is of class `number`.

  Most likely any numeric classes have defined overloads for each numeric operator, refer to the class's documentation for more information
* All operators are left-associative unless otherwise specified

  **Note:** This section only covers mathematical *operators*, reference the Math namespace for more mathematical functions
