mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
docs: "Other maths" chapter updated with new functions
This commit is contained in:
@@ -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
|
functions provided in the _mp-units/math.h_ header file. Among others, we can find there
|
||||||
the following:
|
the following:
|
||||||
|
|
||||||
- `pow()`, `sqrt()`, and `cbrt()`,
|
- `pow()`, `sqrt()`, `cbrt()`,
|
||||||
- `exp()`,
|
- `exp()`,
|
||||||
- `abs()`,
|
- `abs()`,
|
||||||
- `epsilon()`,
|
- `epsilon()`,
|
||||||
|
- `fma()`,
|
||||||
|
- `isfinite()`, `isinf()`, `isnan()`,
|
||||||
- `floor()`, `ceil()`, `round()`,
|
- `floor()`, `ceil()`, `round()`,
|
||||||
- `inverse()`,
|
- `inverse()`,
|
||||||
- `hypot()`,
|
- `hypot()`,
|
||||||
|
Reference in New Issue
Block a user