Files
rust/src/libstd
Daniel Micay 5e12e1b1a4 remove the cmath module
This is an implementation detail of the `f32` and `f64` modules and it
should not be public. It renames many functions and leaves out any
provided by LLVM intrinsics, so it is not a sensible binding to the C
standard library's math library and will never be a stable target.

This also removes the abuse of link_name so that this can be switched to
using automatically generated definitions in the future. This also
removes the `scalbn` binding as it is equivalent to `ldexp` when
`FLT_RADIX` is 2, which must always be true for Rust.
2014-04-01 06:54:26 -04:00
..
2014-04-01 06:54:26 -04:00
2014-03-04 21:10:23 +01:00
2014-03-20 01:30:27 -04:00
2014-03-28 10:34:02 +01:00
2014-03-28 09:16:22 -07:00
2014-03-29 01:12:32 +01:00
2014-04-01 06:54:26 -04:00
2014-03-20 11:02:26 -07:00
2014-03-28 10:34:02 +01:00
2014-03-28 10:34:02 +01:00
2014-03-23 01:59:11 -04:00
2014-03-23 01:59:11 -04:00
2014-03-28 10:34:02 +01:00
2014-03-23 11:37:31 +01:00