rust-lang / libm

A port of MUSL's libm to Rust.
Other
547 stars 97 forks source link

Rename the `special_case` module to `precision` and move default ULP #346

Closed tgross35 closed 3 weeks ago

tgross35 commented 3 weeks ago

Having the default ULP in lib.rs doesn't make much sense when everything else precision-related is in special_case.rs. Rename special_case to precision and move the *_allowed_ulp functions there.