Skip to main content

kround

Function kround 

Source
pub fn kround(number: f64) -> i64
Expand description

An attempt at rounding floats to integers (like scaled points), in a (hopefully) Knuthian manner (like round_decimals \S102 in Tex The Program)