Complex
Support for complex numbers is provided by Math::MPC, which is a Perl interface to the MPC library.
Alternatively:
Complex numbers are deeply integrated into the language and can be used in combination with all the other Number types (with implicit propagation):
All complex numbers are Number objects:
Last updated