kind2
kind2 copied to clipboard
Float
Implementing floats on Kind
Using Float (mantissa, exponent) to represent a float.
Every exponent is considered negative (because focusing on representing numbers such as .23, .89, 30.10) not in scientific notation for large numbers.
TODO:
- [x] Basic arithmetics
- [x] Operations with U48?
Prefered to just convert instead of mixing operations