/[classpath]/classpath/java/lang/StrictMath.java
ViewVC logotype

Diff of /classpath/java/lang/StrictMath.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tromey, Wed Oct 8 18:53:55 2003 UTC revision 1.3.2.1 by gnu_andrew, Sat Jan 15 17:01:53 2005 UTC
# Line 51  exception statement from your version. * Line 51  exception statement from your version. *
51    
52  package java.lang;  package java.lang;
53    
 import java.util.Random;  
54  import gnu.classpath.Configuration;  import gnu.classpath.Configuration;
55    
56    import java.util.Random;
57    
58  /**  /**
59   * Helper class containing useful mathematical functions and constants.   * Helper class containing useful mathematical functions and constants.
60   * This class mirrors {@link Math}, but is 100% portable, because it uses   * This class mirrors {@link Math}, but is 100% portable, because it uses
# Line 69  import gnu.classpath.Configuration; Line 70  import gnu.classpath.Configuration;
70   * Note that angles are specified in radians.  Conversion functions are   * Note that angles are specified in radians.  Conversion functions are
71   * provided for your convenience.   * provided for your convenience.
72   *   *
73   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
74   * @since 1.3   * @since 1.3
75   */   */
76  public final strictfp class StrictMath  public final strictfp class StrictMath

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26