This commit is contained in:
Miloslav Ciz 2024-03-25 22:26:49 +01:00
parent c0e7392173
commit dbf627285d
12 changed files with 1802 additions and 1751 deletions

View file

@ -201,6 +201,7 @@ Here is a table of some notable numbers, mostly important in math and programmin
| minus/negative one | -1 | i^2, j^2, k^2 | |
| "[negative zero](negative_zero.md)" | "-0" | zero | non-mathematical, sometimes used in programming |
| [zero](zero.md) | 0 | negative zero, e^(i * pi) + 1 | "nothing" |
| epsilon | | 1 / omega | infinitesimal, "infinitely small" non-zero |
| |4.940656... * 10^-324| | smallest number storable in IEEE-754 64 binary float |
| |1.401298... * 10^-45 | | smallest number storable in IEEE-754 32 binary float |
| |1.616255... * 10^-35 | | Planck length in meters, smallest "length" in Universe |
@ -278,4 +279,4 @@ Here is a table of some notable numbers, mostly important in math and programmin
| [j](j.md) | | k * i | one of quaternion units |
| [k](k.md) | | i * j | one of quaternion units |
TODO: add some p-adic and infinitesimal
TODO: add some p-adic