rust/src/libcore/num
OGINO Masanori 3e6edee002 num: Fix the documentation of abs_sub.
Use proper argument names and unbackquote the word "zero" because it is
not an identifier.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-08-04 14:04:28 +09:00
..
f32.rs Improve documentation of rounding functions 2014-07-29 15:43:59 -07:00
f64.rs Improve documentation of rounding functions 2014-07-29 15:43:59 -07:00
float_macros.rs core: Inherit the specific numeric modules 2014-05-07 08:15:58 -07:00
i8.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
i16.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
i32.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
i64.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
int.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
int_macros.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
mod.rs num: Fix the documentation of abs_sub. 2014-08-04 14:04:28 +09:00
u8.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
u16.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
u32.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
u64.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
uint.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
uint_macros.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00