rust/src/libstd/num
Matt Brubeck f44d287a76 Document behavior of {f32,f64}::{min,max} on NaN
This is based on the documented behavior of cmath::{fmin,fmax}.  It is also
tested by existing unit tests in this module.
2015-06-01 15:02:11 -07:00
..
f32.rs Document behavior of {f32,f64}::{min,max} on NaN 2015-06-01 15:02:11 -07:00
f64.rs Document behavior of {f32,f64}::{min,max} on NaN 2015-06-01 15:02:11 -07:00
float_macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
i8.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
i16.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
i32.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
i64.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
int_macros.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
isize.rs Remove mentions of int / uint from the isize / usize docs 2015-05-27 19:16:00 -04:00
mod.rs std: Don't use a wrapper for the float error type 2015-05-01 16:44:36 -07:00
u8.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
u16.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
u32.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
u64.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
uint_macros.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
usize.rs Remove mentions of int / uint from the isize / usize docs 2015-05-27 19:16:00 -04:00