Laura Stewart wrote: > On 7/28/06, Daniel John Debrunner (JIRA) <[email protected]> wrote: > >> [ >> http://issues.apache.org/jira/browse/DERBY-1548?page=comments#action_12424245 >> ] >> >> Daniel John Debrunner commented on DERBY-1548: >> ---------------------------------------------- >> >> Thanks for the descriptions Laura. >> The functions all correspond to methods in the java class >> java.lang.StrictMath, you may want to double cheeck the descriptions >> there >> and compare yours to them. > > > ***(LS) Dan - I don't currently have the 10.2 patch on my machine. > Can I extract the java class java.lang.StrictMath file from the diff > patch or is there a way for you to copy/paste the content into an > email reply?
All java.* and javax.* classes are not part of Derby, they are part of the Java platform. The java doc for all such classes is available at java.sun.com and usually with any Java JDK/SDK you may have downloaded. Dan.
