in reply to
How can I import previously created math functions?
The
Math::Cephes
module contains an interface to math functions of Stephen Moshier's cephes math library. Interfaces are also included to handle some common
polynomial
,
matrix
,
fraction
, and
complex number
operations.
Comment on
Re: How can I import previously created math functions?
In Section
Seekers of Perl Wisdom