diff --git a/docs/users_guide/framework_basics/quantity_arithmetics.md b/docs/users_guide/framework_basics/quantity_arithmetics.md index aef75de9..5452d5bc 100644 --- a/docs/users_guide/framework_basics/quantity_arithmetics.md +++ b/docs/users_guide/framework_basics/quantity_arithmetics.md @@ -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()`,