Ticket #370: rounding-nan-test.patch
| File rounding-nan-test.patch, 444 bytes (added by dukeleto, 4 years ago) |
|---|
-
t/op/arithmetics.t
359 359 -124 360 360 OUTPUT 361 361 362 pasm_output_is( <<'CODE', <<OUTPUT, "rounding NaN gives NaN" ); 363 set N0, 'NaN' 364 floor N0 365 say N0 366 set N1, 'NaN' 367 ceil N1 368 say N1 369 CODE 370 NaN 371 NaN 372 OUTPUT 373 374 362 375 # 363 376 # FLOATVAL and INTVAL tests 364 377 #
