update docs

This commit is contained in:
dzaima 2022-11-24 01:26:18 +02:00
parent ae7ac647a2
commit b3d0d5cb49

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 |
| `•Delay` | |
| `•_timed` | |
| `•math` | Fields: `Sin`, `Cos`, `Tan`, `Asin`, `Acos`, `Atan`, `Atan2`; `⁼` supported |
| `•math` | Fields: `Acos`, `Acosh`, `Asin`, `Asinh`, `Atan`, `Atan2`, `Atanh`, `Cbrt`, `Comb`, `Cos`, `Cosh`, `Erf`, `ErfC`, `Expm1`, `Fact`, `GCD`, `Hypot`, `LCM`, `Log10`, `Log1p`, `Log2`, `LogFact`, `Sin`, `Sinh`, `Sum`, `Tan`, `Tanh`; `⁼` supported for trigonometry functions and between `Expm1` & `Log1p` |
| `•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` |
| `•bit` | Fields: `_cast`; casting an sNaN bit pattern to a float is undefined behavior |