From e25588f9887f5cf38697ebe7e0eee55f0242a427 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 18 Dec 2023 19:30:20 +0100 Subject: [PATCH] docs: "Other maths" chapter updated with new functions --- docs/users_guide/framework_basics/quantity_arithmetics.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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()`,