C Jones dde8131c1e Implement sinh
This also adds expo2 for the __expo2 function, and combine_words() to replace
the INSERT_WORDS macro.

Closes rust-lang/libm#35
2018-07-14 19:37:30 -04:00
..
2018-07-14 19:37:30 -04: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.