Skip to content

Commit fe7cc81

Browse files
committed
Remove two outdated FIXMEs from complex.rs
1 parent 4605232 commit fe7cc81

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libnum/complex.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ use std::num::{Zero,One,ToStrRadix};
1717
// FIXME #1284: handle complex NaN & infinity etc. This
1818
// probably doesn't map to C's _Complex correctly.
1919

20-
// FIXME #5734:: Need generic sin/cos for .to/from_polar().
21-
// FIXME #5735: Need generic sqrt to implement .norm().
22-
23-
2420
/// A complex number in Cartesian form.
2521
#[deriving(Eq,Clone)]
2622
pub struct Complex<T> {

0 commit comments

Comments
 (0)