Fast maths alternatives?

Hello,

I'm using fast-floats crate and works perfectly, but I would like to consult the community if they know of better alternatives, because I have seen that there are many options for this

Thank you !

Be warned that that crate is seemingly unsound; see Why I get NaN values when multiply by 0? - #19 by scottmcm.

There's probably no good option in safe code until rust gets to a newer version of LLVM.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.