Skip to content

Commit 83eefa8

Browse files
committed
auto merge of #14328 : Sawyer47/rust/remove-fixmes, r=alexcrichton
2 parents 96670e9 + fe7cc81 commit 83eefa8

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)