Changeset 21192 for t/spec/S03-operators/arith.t
- Timestamp:
- 07/03/08 21:59:12 (5 months ago)
- Files:
-
- 1 modified
-
t/spec/S03-operators/arith.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S03-operators/arith.t
r21191 r21192 321 321 is 2**2, 4; 322 322 is 2.2**2, 4.84; 323 tryeq_sloppy2**2.2, 4.59479341998814;324 tryeq_sloppy2.2**2.2, 5.66669577875008;323 is_approx 2**2.2, 4.59479341998814; 324 is_approx 2.2**2.2, 5.66669577875008; 325 325 is 1**0, 1; 326 326 is 1**1, 1;
