Find a file
bors[bot] c7804c6968 Merge rust-lang/libm#107
107: add an implemetation of asin r=japaric a=japaric

Fixes rust-lang/libm#7

Additonally adds inline functions for macros dealing with low and high words of f64s to the root module.

Also, the muslc code used a hexdecimal float. This shouldn't be needed because Rust implements
floating point parsing well.

---

rebased version of rust-lang/libm#95
closes rust-lang/libm#95
Thanks @vjackson725 for the original PR!

Co-authored-by: vjackson725 <vjackson725@users.noreply.github.com>
2018-07-14 21:46:05 +00:00
library/compiler-builtins/libm add an implemetation of asin 2018-07-14 16:44:26 -05:00