Hi!
I rewrote StrictMathTest.java to look like other classes in /test folder (and
put the test there).
ChangeLog entries:
* test/Makefile.am: Add java.lang.reflect and java.lang to SUBDIRS.
* test/java.lang/.cvsignore: New file.
* test/java.lang/Makefile.am: Likewise.
Mon, 26 Jul 2010 10:23:15 +0100 Andrew Haley :
> On 07/24/2010 09:47 AM, Ivan Maidanski wrote:
> > Hello, Andrew!
>
> Hi,
>
> > 1. As for .diff extensions - what should be tunable in a browser
> > which app to use for opening the file.
>
> All I was saying is: please don't mark text attachment
On 07/24/2010 09:47 AM, Ivan Maidanski wrote:
> Hello, Andrew!
Hi,
> 1. As for .diff extensions - what should be tunable in a browser
> which app to use for opening the file.
All I was saying is: please don't mark text attachments as binary.
Most mail readers will not display such attachments.
Hello, Andrew!
1. As for .diff extensions - what should be tunable in a browser which app to
use for opening the file.
2. As for testing for zero sign - I can't agree with you because:
- Sun writes "Floating-point positive zero and floating-point negative zero
compare as equal, but there are ot
On 07/20/2010 07:06 PM, Ivan Maidanski wrote:
> Hello, Andrew!
>
>> On 06/29/2010 10:22 AM, Ivan Maidanski wrote:
>>> Hi!
>>>
>>> I've fixed a number of bugs in StrictMath class (the RI here is fdlibm of
>>> some version).
>>>
>>> ChangeLog entries:
>>>
>>> * java/lang/StrictMath.java:
>>>
Hello, Andrew!
>On 06/29/2010 10:22 AM, Ivan Maidanski wrote:
>> Hi!
>>
>> I've fixed a number of bugs in StrictMath class (the RI here is fdlibm of
>> some version).
>>
>> ChangeLog entries:
>>
>> * java/lang/StrictMath.java:
>> (acos(double)): Bug fix for x <= -1/2 case.
>> (a
On 06/29/2010 10:22 AM, Ivan Maidanski wrote:
> Hi!
>
> I've fixed a number of bugs in StrictMath class (the RI here is fdlibm of
> some version).
>
> ChangeLog entries:
>
> * java/lang/StrictMath.java:
> (acos(double)): Bug fix for x <= -1/2 case.
> (atan(double)): Fix docume
Hi!
I've fixed a number of bugs in StrictMath class (the RI here is fdlibm of some
version).
ChangeLog entries:
* java/lang/StrictMath.java:
(acos(double)): Bug fix for x <= -1/2 case.
(atan(double)): Fix documentation typo.
(pow(double,double)): Fix a comment; p