Ticket #370 (new bug)
Rounding Inf and NaN
Reported by: | dukeleto | Owned by: | Paul C. Anagnostopoulos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
$ ./perl6
say ceiling(NaN)
-2147483648
say floor(NaN)
-2147483648
say floor(Inf)
-2147483648
say ceiling(Inf)
-2147483648
Attachments
Change History
Note: See
TracTickets for help on using
tickets.