Hi
This summer I have written a constraints solving
program in Java. I have been adviced to use the iamath
package, which appeared to be a good choice since all
the functions I needed were already written, except
sinh, cosh, tanh, asinh, acosh, atanh. Thus I have
ssearched the web for formulas and have implemented
these hyperbolic trascendental functions. Now my work
is over, and I was wondering if the code I added to
IAMath couldn't be added to the package. See the file
I've joined to this mail.