Math.java, [...]: Reworked import statements, HTML in javadocs and modifier orders.
2004-10-18 Michael Koch <konqueror@gmx.de> * java/lang/Math.java, java/lang/Package.java, java/lang/Runtime.java, java/lang/StrictMath.java, java/lang/System.java, java/lang/Thread.java, java/lang/ThreadLocal.java, java/lang/Void.java: Reworked import statements, HTML in javadocs and modifier orders. From-SVN: r89207
This commit is contained in:
parent
36071b5cbe
commit
2047d8e479
9 changed files with 60 additions and 42 deletions
|
@ -51,9 +51,10 @@ exception statement from your version. */
|
|||
|
||||
package java.lang;
|
||||
|
||||
import java.util.Random;
|
||||
import gnu.classpath.Configuration;
|
||||
|
||||
import java.util.Random;
|
||||
|
||||
/**
|
||||
* Helper class containing useful mathematical functions and constants.
|
||||
* This class mirrors {@link Math}, but is 100% portable, because it uses
|
||||
|
@ -69,7 +70,7 @@ import gnu.classpath.Configuration;
|
|||
* Note that angles are specified in radians. Conversion functions are
|
||||
* provided for your convenience.
|
||||
*
|
||||
* @author Eric Blake <ebb9@email.byu.edu>
|
||||
* @author Eric Blake (ebb9@email.byu.edu)
|
||||
* @since 1.3
|
||||
*/
|
||||
public final strictfp class StrictMath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue