Module compiler_builtins::float::conv::int_to_float
source · Expand description
Conversions from integers to floats.
These are hand-optimized bit twiddling code, which unfortunately isn’t the easiest kind of code to read.
The algorithm is explained here: https://blog.m-ou.se/floats/