Commit Graph

13 Commits

Author SHA1 Message Date
bors[bot]
6b61c50db7 Merge rust-lang/libm#69
69: implement hypotf r=japaric a=erikdesjardins

closes rust-lang/libm#48

Co-authored-by: Erik <erikdesjardins@users.noreply.github.com>
2018-07-13 21:53:23 +00:00
Erik
6dbd8b3303 implement hypotf 2018-07-13 17:44:48 -04:00
Jorge Aparicio
1ba1301250 catch panics in tests
so we can print the inputs that triggered the panic
2018-07-13 16:32:57 -05:00
Erik
8cdd267830 implement trunc and truncf 2018-07-13 16:04:30 -04:00
Jorge Aparicio
47afc3992f enable tests for floor and scalbn 2018-07-13 13:36:59 -05:00
Jorge Aparicio
b8aae8ef23 enable tests for expf and logf 2018-07-13 11:16:43 -05:00
Michael Howell
50f9ad97a5 Implement round 2018-07-13 01:34:52 +00:00
Jorge Aparicio
333d27ab6a add more commented out tests 2018-07-12 18:26:39 -05:00
Jorge Aparicio
3073bdd29a add more testing infrastructure 2018-07-12 15:30:32 -05:00
Jorge Aparicio
fdfc13afb9 add test infrastructure for f64 functions 2018-07-12 14:24:02 -05:00
Jorge Aparicio
69f61b4149 implement fmodf 2018-07-12 12:32:16 -05:00
Jorge Aparicio
5b950eaea2 use approximate equality with 1 ULP of tolerance 2018-07-12 12:20:55 -05:00
Jorge Aparicio
8e271704ef initial commit 2018-07-12 00:44:28 -05:00