Fixed point 64.61 math library for Cairo / Starknet
A fixed point 64.61 math library for Cairo & Starknet Signed 64.61 Fixed Point Numbers A signed 64.61-bit fixed point number is a fraction in which the numerator is a signed 125-bit integer and the denominator is 2^61. Since the denominator stays the same there is no need to store it (as in a floating point value). 64.61 is utilized as the 125 bit representation allows for overflow up to 2^125 * 2^125 (250 bits) during calculation taking advantage of […]
Read more