rust/src/libstd/num
Björn Steinbrink bdc182cc41 Use static string with fail!() and remove fail!(fmt!())
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
2013-05-14 16:36:23 +02:00
..
bigint.rs auto merge of #6429 : gifnksm/rust/bigint-is_even, r=catamorphism 2013-05-11 22:40:36 -07:00
complex.rs Revert rename of Div to Quot 2013-05-01 15:40:05 +10:00
rational.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00