rust/src/libcore/num
Brendan Zabarauskas d3f494f5c3 Merge Exponential and Hyperbolic traits
The Hyperbolic Functions are trivially implemented in terms of `exp`, so it's  simpler to group them the Exponential trait. In the future these would have default implementations.
2013-04-29 22:15:58 +10:00
..
int-template Fix copy-paste mistakes 2013-04-27 12:42:34 +10:00
uint-template Fix copy-paste mistakes 2013-04-27 12:42:34 +10:00
cmath.rs Rename nextafter to next_after to match method name in Float 2013-04-27 10:16:09 +10:00
f32.rs Merge Exponential and Hyperbolic traits 2013-04-29 22:15:58 +10:00
f64.rs Merge Exponential and Hyperbolic traits 2013-04-29 22:15:58 +10:00
float.rs Merge Exponential and Hyperbolic traits 2013-04-29 22:15:58 +10:00
int-template.rs Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and 'is_even' 2013-04-29 16:03:48 +10:00
num.rs Merge Exponential and Hyperbolic traits 2013-04-29 22:15:58 +10:00
strconv.rs Attempt to fix x86 only strconv test failure 2013-04-23 11:10:37 +02:00
uint-template.rs Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and 'is_even' 2013-04-29 16:03:48 +10:00