On Thu, Aug 20, 2009 at 10:26 PM, Parrot<[email protected]> wrote: > #358: complex NaN > --------------------+------------------------------------------------------- > Reporter: rurban | Owner: dukeleto > Type: bug | Status: assigned > Priority: normal | Milestone: > Component: core | Version: > Severity: medium | Keywords: > Lang: | Patch: > Platform: | > --------------------+------------------------------------------------------- > > Comment(by dukeleto): > > {{{ > $P1 = new ["Complex"] > $N0 = 'NaN' > set $P1, "1 + i" > $P1 += $N0 > say $P1 > }}} > prints > {{{ > NaN+1i > }}} >
Should it print Nan+1i or just NaN? (How infectious /is/ Nan?) -- Will "Coke" Coleda _______________________________________________ parrot-tickets mailing list [email protected] http://lists.parrot.org/mailman/listinfo/parrot-tickets
