aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/arithmetic.md
diff options
context:
space:
mode:
authorEduardo Julian2021-07-17 22:48:54 -0400
committerEduardo Julian2021-07-17 22:48:54 -0400
commit442d1557b879a8a4bd76f441f72a17bfb71cf05f (patch)
tree7726138a487b3d64081c2cfdf99a564cf2b6ed7b /documentation/bookmark/arithmetic.md
parent2c99b4515447315d76a8dc203a2dbcafc09506ea (diff)
Now allowing compilers to generate custom-named outputs.
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/arithmetic.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/bookmark/arithmetic.md b/documentation/bookmark/arithmetic.md
new file mode 100644
index 000000000..c58dd4923
--- /dev/null
+++ b/documentation/bookmark/arithmetic.md
@@ -0,0 +1,11 @@
+# Saturation
+
+1. [Saturation arithmetic](https://en.wikipedia.org/wiki/Saturation_arithmetic)
+
+# Interval
+
+1. [Growing a Language, by Guy Steele](https://www.youtube.com/watch?v=_ahvzDzKdB0&t=2214s)
+1. [Yet another alternative to floating-point numbers](https://wordsandbuttons.online/yet_another_alternative_to_floating_point_numbers.html)
+1. [Interval arithmetic](https://en.wikipedia.org/wiki/Interval_arithmetic)
+1. [How do you compute the midpoint of an interval?](https://hal.archives-ouvertes.fr/file/index/docid/576641/filename/computing-midpoint.pdf)
+