note •math.Atan2 in docs

This commit is contained in:
dzaima 2022-11-06 16:14:59 +02:00
parent fdbd36250b
commit 43b8a2ba07

View File

@ -32,7 +32,7 @@ See [the BQN specification](https://mlochbaum.github.io/BQN/spec/system.html) fo
| `•MonoTime` | up to nanosecond level precision, depending on system support | | `•MonoTime` | up to nanosecond level precision, depending on system support |
| `•Delay` | | | `•Delay` | |
| `•_timed` | | | `•_timed` | |
| `•math` | Fields: `Sin`, `Cos`, `Tan`, `Asin`, `Acos`, `Atan`; `⁼` supported | | `•math` | Fields: `Sin`, `Cos`, `Tan`, `Asin`, `Acos`, `Atan`, `Atan2`; `⁼` supported |
| `•MakeRand` | uses wyhash, **not** cryptographically secure; Result fields: `Range`, `Deal`, `Subset` | | `•MakeRand` | uses wyhash, **not** cryptographically secure; Result fields: `Range`, `Deal`, `Subset` |
| `•rand` | seeds with system time (can be hard-coded by setting the C macro `RANDSEED`), same algorithm as `•MakeRand` | | `•rand` | seeds with system time (can be hard-coded by setting the C macro `RANDSEED`), same algorithm as `•MakeRand` |
| `•bit` | Fields: `_cast`; casting an sNaN bit pattern to a float is undefined behavior | | `•bit` | Fields: `_cast`; casting an sNaN bit pattern to a float is undefined behavior |