-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement asin #7
Comments
vjackson725
added a commit
to vjackson725/libm
that referenced
this issue
Jul 14, 2018
Fixes rust-lang#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.
vjackson725
added a commit
to vjackson725/libm
that referenced
this issue
Jul 14, 2018
Fixes rust-lang#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.
PR #95 implements this |
japaric
pushed a commit
that referenced
this issue
Jul 14, 2018
Fixes #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.
bors bot
added a commit
that referenced
this issue
Jul 14, 2018
107: add an implemetation of asin r=japaric a=japaric Fixes #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 #95 closes #95 Thanks @vjackson725 for the original PR! Co-authored-by: vjackson725 <vjackson725@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: https://git.musl-libc.org/cgit/musl/tree/src/math/asin.c
The text was updated successfully, but these errors were encountered: