From 43b8a2ba07b6adbab5a287886733b9e8b7c94249 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sun, 6 Nov 2022 16:14:59 +0200 Subject: [PATCH] =?UTF-8?q?note=20=E2=80=A2math.Atan2=20in=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system.md b/docs/system.md index 55ddfbe5..7791729c 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`; `⁼` supported | +| `•math` | Fields: `Sin`, `Cos`, `Tan`, `Asin`, `Acos`, `Atan`, `Atan2`; `⁼` supported | | `•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 |