Have you tried looking at StrictMath?

On Tue, Jun 8, 2010 at 10:44 AM, Ted Dunning <[email protected]> wrote:
> 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 <[email protected]> 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.
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to