![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Answer: How can I import previously created math functions?by randyk (Parson) |
on Sep 20, 2005 at 17:57 UTC ( #493556=categorized answer: print w/replies, xml ) | Need Help?? |
Q&A > math > How can I import previously created math functions? - Answer contributed by randyk
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.
|
|