Changeset 21210 for t/spec/S29-num/sqrt.t
- Timestamp:
- 07/04/08 08:28:05 (5 months ago)
- Files:
-
- 1 modified
-
t/spec/S29-num/sqrt.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S29-num/sqrt.t
r20952 r21210 26 26 } 27 27 28 #?rakudo 2 skip 'parsefail'29 28 is_approx(sqrt(1i), (1+1i)/sqrt(2), 'got the square root of 1i'); 30 29 is_approx(sqrt(-1i), (1-1i)/sqrt(2), 'got the square root of -1i');
