Update
This commit is contained in:
parent
ac9725b356
commit
3a465aea74
21 changed files with 1985 additions and 1866 deletions
|
@ -196,6 +196,8 @@ While mathematicians work mostly with infinite number sets and all kind of "weir
|
|||
- **[quaternion](quaternion.md)**: Analogous to mathematical quaternions.
|
||||
- **symbolic**: Used in some specialized mathematical software to perform symbolic computation, i.e. computation done in a human-like way, by manipulating symbols without using concrete values that would have to resort to approximation.
|
||||
- ...
|
||||
|
||||
However some programming languages, such as [Lisp](lisp.md), sometimes treat numbers in very abstract, more mathematical ways (for the price of some performance loss and added [complexity](bloat.md)) such as exactly handling rational numbers with arbitrary precision, distinguishing between exact and inexact numbers etc.
|
||||
|
||||
## Notable Numbers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue