]> git.lizzy.rs Git - rust.git/commit
auto merge of #11125 : vmx/rust/rational, r=huonw
authorbors <bors@rust-lang.org>
Mon, 30 Dec 2013 22:31:57 +0000 (14:31 -0800)
committerbors <bors@rust-lang.org>
Mon, 30 Dec 2013 22:31:57 +0000 (14:31 -0800)
commitdf25bb65eb56aa3815226c74190079be3904c13c
treef1d24e017ba5e26e610023a28c4ace72fe3e16b1
parent1502b1197b78624aad5180fa8eff3f77f6f0abfc
parente0a6910f7092ffff33331a08f2fafb55eed46835
auto merge of #11125 : vmx/rust/rational, r=huonw

The Ratio::rational() converts a float (f32 and f64) into a
Ratio<BigInt>.

Closes #9838