Have you tried looking at StrictMath?

On Tue, Jun 8, 2010 at 10:44 AM, Ted Dunning <ted.dunn...@gmail.com> 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 <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.
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to