rust/src/libstd/num
Jens Nockert 1aae28a57d Replaces the free-standing functions in f32, &c.
The free-standing functions in f32, f64, i8, i16, i32, i64, u8, u16,
u32, u64, float, int, and uint are replaced with generic functions in
num instead.

If you were previously using any of those functions, just replace them
with the corresponding function with the same name in num.

Note: If you were using a function that corresponds to an operator, use
the operator instead.
2013-07-08 18:05:17 +02:00
..
cmath.rs rustc: add a lint to enforce uppercase statics. 2013-07-01 17:52:57 +10:00
f32.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00
f64.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00
float.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00
i8.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
i16.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
i32.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
i64.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
int.rs rustc: add a lint to enforce uppercase statics. 2013-07-01 17:52:57 +10:00
int_macros.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00
num.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00
strconv.rs rustc: add a lint to enforce uppercase statics. 2013-07-01 17:52:57 +10:00
u8.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
u16.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
u32.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
u64.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
uint.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
uint_macros.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00