vjackson725 1d39d059e5 add an implemetation of asin
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.
2018-07-14 16:44:26 -05:00
..
2018-07-14 16:44:26 -05:00
2018-07-12 00:44:28 -05:00
2018-07-12 00:44:28 -05:00

test-generator

This is a tool to generate test cases for the libm crate.

The generator randomly creates inputs for each math function, then proceeds to compute the expected output for the given function by running the MUSL C implementation of the function and finally it packs the test cases as a Cargo test file. For this reason, this generator must always be compiled for the x86_64-unknown-linux-musl target.