Experience-Monks / Experience-Monks/math-as-code
Number hierarchy and floating point numbers
Open
- Dominant language
- No language data
- Stars
- 15.5k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
It's probably worth noting that floating point numbers are rational numbers (as well as real and complex).
The number hierarchy is usually ordered by inclusion:
1. Natural
2. Integers
3. Rational
4. Real
5. Complex
It helps in explaining how each type of number contains the previous numbers.
Great page. Just trying to help. Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.