Closed DeLectionnes closed 3 months ago
Maybe just leave the f64 then, that seems easiest.
Is there a way to run the test suite on my branch ? it did not transfer when I forked.
@DeLectionnes If you go to the actions tab on your fork you should be able to re-enable github actions
After review of the i64 interface in https://doc.rust-lang.org/std/primitive.i64.html, it seems that all power functions take a u32 as exponent instead of another i64.
Should I use the unsafe proposition that the test suite proposes, or should I only leave the f64 part ?