docs: inverse() added to "Other maths" chapter

This commit is contained in:
Mateusz Pusz
2023-09-20 20:32:59 +02:00
parent 49da1ced3a
commit a356db749e

View File

@@ -339,6 +339,7 @@ the following:
- `abs()`, - `abs()`,
- `epsilon()`, - `epsilon()`,
- `floor()`, `ceil()`, `round()`, - `floor()`, `ceil()`, `round()`,
- `inverse()`,
- `hypot()`, - `hypot()`,
- `sin()`, `cos()`, `tan()`, - `sin()`, `cos()`, `tan()`,
- `asin()`, `acos()`, `atan()`. - `asin()`, `acos()`, `atan()`.