Spencer Ogden wrote:
I have a collection of functions for using numerical computation to
approximate the roots of arbitrary functions. It is a function
library, no OO. I am wondering where to put it, either Algorithm:: or
Math::
I think Math::RootFind would be best, since the package is of
specifically math-oriented algorithms. My first impression of the name
"Algorithm::RootFind" was that it might find the root of a binary tree
or something similar.
Each different algorithm will be a function within the library, but
they all are root finding algorithms, hence the name. Any thoughts, or
does Algorithm::RootFind, seem like a good place to put this? Are
there similar libraries out there (I haven't been able to find any)?
Regards,
Spencer Ogden