Open
Description
Currently, our codebase uses constants to store pre-calculated values such as 2 * pi
.
We would like to replace these constants with const fn functions to enable dynamic calculation of values at compile time.
blocked by rust-lang/rust#57241
Unfortunately, the current limitations in Rust do not fully support the use of const fn for f64.
Metadata
Metadata
Assignees
Labels
No labels