Feature Request: const float functions

Currently the f32 and f64 functions are not const. In most cases they could be made const so that Rust can perform compile-time computations on floas.

This is an ongoing project.

5 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.