Show
Ignore:
Timestamp:
07/02/08 00:17:21 (5 months ago)
Author:
moritz
Message:

[spec] unfudge complex.t

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S29-num/complex.t

    r21120 r21152  
    1919    is_approx(cis($pi),      -1 + 0i,      "cis(pi)    == -1"); 
    2020    is_approx(cis($pi / 2),  1i,           "cis(pi/2)  == i"); 
    21     #?rakudo todo "prefix:<-> not implemented for Complex" 
    2221    is_approx(cis(3*$pi / 2),-1i,          "cis(3pi/2) == -i"); 
    2322}