about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-21 11:36:29 -0700
committerbors <bors@rust-lang.org>2014-05-21 11:36:29 -0700
commit83eefa88c15727675cededb0d5804eb2fff39801 (patch)
tree2591b473bcefdf806c62018a00ee1ea308f72934
parent96670e9723025b1af8f38e08b87f58961b88f813 (diff)
parentfe7cc81087b90f9d4ea51fd058083ad753b7ec67 (diff)
downloadrust-83eefa88c15727675cededb0d5804eb2fff39801.tar.gz
rust-83eefa88c15727675cededb0d5804eb2fff39801.zip
auto merge of #14328 : Sawyer47/rust/remove-fixmes, r=alexcrichton
-rw-r--r--src/libnum/complex.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libnum/complex.rs b/src/libnum/complex.rs
index 3bc2408188d..dfbacf6e492 100644
--- a/src/libnum/complex.rs
+++ b/src/libnum/complex.rs
@@ -17,10 +17,6 @@ use std::num::{Zero,One,ToStrRadix};
 // FIXME #1284: handle complex NaN & infinity etc. This
 // probably doesn't map to C's _Complex correctly.
 
-// FIXME #5734:: Need generic sin/cos for .to/from_polar().
-// FIXME #5735: Need generic sqrt to implement .norm().
-
-
 /// A complex number in Cartesian form.
 #[deriving(Eq,Clone)]
 pub struct Complex<T> {