# New Ticket Created by Ion Alexandru Morega # Please include the string: [perl #30534] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30534 >
This is the new classes/complex.pmc, tests included. It supports string parsing (in the form "a + bi", see the docs for more), string-keyed access to "real" and "imag" and simple numerical operations. However, the function get_number (it should return the modulus) is not implemented, because I couldn't find sqrt() anywhere. Is it OK if I use the one in the standard library? enjoy, alexm