Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
»

round

float.round

 => 
float.this
[Contains abstract features]
round floating point number
ties to away (0.5 => 1; -0.5 => -1; etc.)

NYI: PERFORMANCE: this could be made faster, see here:
https://cs.opensource.google/go/go/+/refs/tags/go1.18.1:src/math/floor.go;l=79
0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 built by fridi@fzen)