c1eafb7989
Approved by: tobez (implicit)
8 lines
471 B
Text
8 lines
471 B
Text
This module adds complex number support to Math::Symbolic. It does so by
|
|
extending the parser of the Math::Symbolic module (that is, the one stored
|
|
in $Math::Symbolic::Parser) with certain special functions that create
|
|
complex constants. (Math::Symbolic::Variable objects have been able to
|
|
contain complex number objects since the very beginning.)
|
|
|
|
WWW: http://search.cpan.org/dist/Math-SymbolicX-Complex
|
|
Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
|