#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
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/358#comment:8>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to