From b3d0d5cb49727a1e8834f05d4578dc60a8660126 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 24 Nov 2022 01:26:18 +0200 Subject: [PATCH] update docs --- docs/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system.md b/docs/system.md index 7791729c..ed5dddb8 100644 --- a/docs/system.md +++ b/docs/system.md @@ -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 |