From fe7cc81087b90f9d4ea51fd058083ad753b7ec67 Mon Sep 17 00:00:00 2001 From: Piotr Jawniak Date: Wed, 21 May 2014 16:04:35 +0200 Subject: [PATCH] Remove two outdated FIXMEs from complex.rs --- src/libnum/complex.rs | 4 ---- 1 file changed, 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 {