kind2 icon indicating copy to clipboard operation
kind2 copied to clipboard

Float

Open Lorenzobattistela opened this issue 1 year ago • 0 comments

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

Lorenzobattistela avatar Jul 18 '24 20:07 Lorenzobattistela