Bill, Which functions do you have?
Anything more than the standard sin, cos, exp and log? On Tue, Jun 8, 2010 at 6:52 AM, Bill Rossi <b...@rossi.com> wrote: > I have developed over the past year a set of elementary functions similar > to those in java.lang.Math, but with the following characteristics: > > * Higher performance. > * Better accuracy. Results are accurate to slightly more that +/- 0.5 ULP. > * Pure Java. The standard Math class is impleneted via JNI, and thus takes > a performance hit. >