How to get efficient floating point maximum in Rust
I was testing how to get the maximum for an array of floating points:
How to get efficient floating point maximum in Rust assuming no NaN
I was testing how to get the maximum for an array of floating points: