mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
348 B
Text
5 lines
348 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.)
|