Re: Patch: FYI: add ulp tests

2006-03-09 Thread Mark Wielaard
Hi, On Tue, 2006-03-07 at 07:41 -0700, Tom Tromey wrote: > > "Andrew" == Andrew John Hughes <[EMAIL PROTECTED]> writes: > > Andrew> Great -- I wasn't sure how to handle ulp. BTW, do you know how we > Andrew> handle the StrictMath variants of these methods? They seem to be > coded > Andrew>

Re: Patch: FYI: add ulp tests

2006-03-09 Thread Andrew John Hughes
On Mon, 2006-03-06 at 17:46 -0700, Tom Tromey wrote: > I'm checking this in. > > This adds some new tests for Math.ulp. I'll check in the > implementation of these methods shortly. > > Tom > > 2006-03-06 Tom Tromey <[EMAIL PROTECTED]> > > * gnu/testlet/java/lang/Math/ulp.java: New file

Re: Patch: FYI: add ulp tests

2006-03-07 Thread Tom Tromey
> "Andrew" == Andrew John Hughes <[EMAIL PROTECTED]> writes: Andrew> Great -- I wasn't sure how to handle ulp. BTW, do you know how we Andrew> handle the StrictMath variants of these methods? They seem to be coded Andrew> in Java; presumably they are translations of the fdlibm methods, as th