bors[bot] 380a8c0b0f Merge rust-lang/libm#101
101: implement cbrt and cbrtf r=japaric a=erikdesjardins

closes rust-lang/libm#10, closes rust-lang/libm#43

Co-authored-by: Erik <erikdesjardins@users.noreply.github.com>
2018-07-14 18:41:27 +00:00
..
2018-07-14 18:41:27 +00: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.