docs: "Other maths" chapter updated with new functions

This commit is contained in:
Mateusz Pusz
2023-12-18 19:30:20 +01:00
parent d12d865325
commit e25588f988

View File

@@ -334,10 +334,12 @@ This chapter scopes only on the `quantity` type's operators. However, there are
functions provided in the _mp-units/math.h_ header file. Among others, we can find there
the following:
- `pow()`, `sqrt()`, and `cbrt()`,
- `pow()`, `sqrt()`, `cbrt()`,
- `exp()`,
- `abs()`,
- `epsilon()`,
- `fma()`,
- `isfinite()`, `isinf()`, `isnan()`,
- `floor()`, `ceil()`, `round()`,
- `inverse()`,
- `hypot()`,