diff options
author | Eduardo Julian | 2021-01-11 02:05:30 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-01-11 02:05:30 -0400 |
commit | 8aac0c573c29d2829242d66539a9e027d03ff8ec (patch) | |
tree | 5b4b37d33b90ff24b3d9d019e31770d6d0b8dc9d /documentation | |
parent | 706ce9e4916b65c4df5101bd3cc1b4da3b2057af (diff) |
Encapsulate JS definitions produced by the JS compiler in a local scope to avoid interacting with the global scope.
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bookmark/math.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/bookmark/math.md b/documentation/bookmark/math.md index 02a042f18..6f40b8fee 100644 --- a/documentation/bookmark/math.md +++ b/documentation/bookmark/math.md @@ -358,6 +358,10 @@ 1. [Hyperbolic Functions and Non-Hyperbolic Claims](https://elliptigon.com/hyperbolic-functions-explained/) +# Dual numbers + +1. [The Dual Numbers](https://www.youtube.com/watch?v=4nU-09e3iP8) + # **Temp Cache** 1. [Quadratic splines are useful too](https://wordsandbuttons.online/quadric_splines_are_useful_too.html) |