> > Does anyone know if java.lang.Math is robust when used with multiple
> > Virtual Machines? That is does the sin, cos, tan and atan return the
> > exact same double values when given same double arguments on all VM
> > including MS VM 1.1.8 to Sun VM 1.4.2?
>
> For that, there is java.lang.StrictMath
Yes that is true but it is only supportet by 1.3 and above. Does
anyone know of a library that can be used from 1.1.8?
/Kasper - Denmark
Roedy Green - 16 Mar 2004 00:25 GMT
>Yes that is true but it is only supportet by 1.3 and above. Does
>anyone know of a library that can be used from 1.1.8?
Early versions were all strict if that is of any help.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.