aboutsummaryrefslogtreecommitdiff
path: root/spec/system.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-11-25 22:13:08 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-11-25 22:13:08 -0500
commit556991ce0bc6b73de753f86db4d9d428d5862bcb (patch)
treee402ea150e11de095e61edda0523d96cbdf3b5d3 /spec/system.md
parent976bd82fb0e830876cca117c302c8a19048033a4 (diff)
Continuity error
Diffstat (limited to 'spec/system.md')
-rw-r--r--spec/system.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/system.md b/spec/system.md
index 5ba463bb..ffd93d1b 100644
--- a/spec/system.md
+++ b/spec/system.md
@@ -287,7 +287,7 @@ More accurately the modifier `•_maxTime_` *may* fail if execution of `𝔽` ta
System namespace `•math` contains mathematical utilities that are not easily implemented with basic arithmetic, analogous to C's `math.h`.
-Other correctly-rounded arithmetic: monadic `Cbrt⇐3⊸√`, `Log2⇐2⋆⁼⊢`, `Log10⇐10⋆⁼⊢`, `Log1p⇐⋆⁼1⊸+`, `Expm1⇐1-˜⋆`; dyadic `Hypot⇐+⌾(ט)`.
+Correctly-rounded arithmetic functions: monadic `Cbrt⇐3⊸√`, `Log2⇐2⋆⁼⊢`, `Log10⇐10⋆⁼⊢`, `Log1p⇐⋆⁼1⊸+`, `Expm1⇐1-˜⋆`; dyadic `Hypot⇐+⌾(ט)`.
Standard trigonometric functions `Sin`, `Cos`, `Tan`, `Sinh`, `Cosh`, `Tanh`, with inverses preceded by `a` (`ASin`, etc.) and accessable with `⁼`. Additionally, the dyadic function `ATan2` giving the angle of vector `𝕨‿𝕩` relative to `1‿0`. All trig functions measure angles in radians.