about summary refs log tree commit diff
path: root/src/libnum/complex.rs
diff options
context:
space:
mode:
authorPiotr Jawniak <sawyer47@gmail.com>2014-05-21 16:04:35 +0200
committerPiotr Jawniak <sawyer47@gmail.com>2014-05-21 16:04:35 +0200
commitfe7cc81087b90f9d4ea51fd058083ad753b7ec67 (patch)
treeb405ba536e146ee6d2b5f162bce07e93c792b4e8 /src/libnum/complex.rs
parent4605232f26888430365a34a33477fe662451243f (diff)
downloadrust-fe7cc81087b90f9d4ea51fd058083ad753b7ec67.tar.gz
rust-fe7cc81087b90f9d4ea51fd058083ad753b7ec67.zip
Remove two outdated FIXMEs from complex.rs
Diffstat (limited to 'src/libnum/complex.rs')
-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> {