feat: atan2 2-argument arctangent

This commit is contained in:
Nebojsa Cvetkovic
2024-01-20 18:21:56 +00:00
parent 6e8a21ab65
commit 057d659c1f
4 changed files with 78 additions and 1 deletions

View File

@@ -343,7 +343,7 @@ Among others, we can find there the following:
- `inverse()`,
- `hypot()`,
- `sin()`, `cos()`, `tan()`,
- `asin()`, `acos()`, `atan()`.
- `asin()`, `acos()`, `atan()`, `atan2()`.
In the library, we can also find _mp-units/random.h_ header file with all the pseudo-random number
generators working on quantity types.