diff options
author | Eduardo Julian | 2020-10-03 12:55:45 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-10-03 12:55:45 -0400 |
commit | 618b1ce9743bb79f1ae3375b05a394a4183b21e8 (patch) | |
tree | dd6890c38bcf182d67cd0d7acccf11edb65143fb /documentation/research/math | |
parent | c10e3c13866ef25bab020ec597fd11aa8d01c862 (diff) |
Added deployment code to Aedifex.
Diffstat (limited to '')
-rw-r--r-- | documentation/research/math.md | 4 | ||||
-rw-r--r-- | documentation/research/math/real numbers.md | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/documentation/research/math.md b/documentation/research/math.md index 21916064d..9825cd8d6 100644 --- a/documentation/research/math.md +++ b/documentation/research/math.md @@ -223,6 +223,10 @@ 1. [Finite Calculus: A Tutorial for Solving Nasty Sums](https://www.cs.purdue.edu/homes/dgleich/publications/Gleich%202005%20-%20finite%20calculus.pdf) 1. http://jliszka.github.io/2013/10/24/exact-numeric-nth-derivatives.html +# Continuous Calculus + +1. [Continuous Calculus](http://www-users.math.umn.edu/~olver/ln_/cc.pdf) + # Octonion 1. http://math.ucr.edu/home/baez/octonions/ diff --git a/documentation/research/math/real numbers.md b/documentation/research/math/real numbers.md new file mode 100644 index 000000000..2daa1873b --- /dev/null +++ b/documentation/research/math/real numbers.md @@ -0,0 +1,5 @@ +# Reference + +1. https://blog.acolyer.org/2020/10/02/toward-an-api-for-the-real-numbers/ +1. [Towards an API for the real numbers](https://dl.acm.org/doi/abs/10.1145/3385412.3386037) + |