tokiwa-software / fuzion

The Fuzion Language Implementation
https://fuzion-lang.dev
GNU General Public License v3.0
45 stars 9 forks source link

add a function to construct a floating point value from mantissa and exponent #3248

Open simonvonhackewitz opened 1 week ago

simonvonhackewitz commented 1 week ago

and maybe the sign bit

Similar to math.ldexp(x, i) in Python

This is related to idiom 248 which was implemented in tokiwa-software/fuzion-idioms#141