rust-num / num-traits

Numeric traits for generic mathematics in Rust
Apache License 2.0
731 stars 135 forks source link

Debug-panic in clamp_min/max if min/max is NAN #135

Closed jturner314 closed 5 years ago

jturner314 commented 5 years ago

This also improves the docs for clamp, clamp_min, and clamp_max.

Closes #134.

cuviper commented 5 years ago

Thanks!

bors r+

bors[bot] commented 5 years ago

Build succeeded