edu.pdx.cs399J.lang
Class Javadoc
java.lang.Object
edu.pdx.cs399J.lang.Javadoc
public class Javadoc
- extends Object
This class demonstrates Javadoc comments
- Version:
- 1.0
- Author:
- David Whitlock
|
Method Summary |
double |
invert(double d)
Returns the inverse of a double |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Javadoc
public Javadoc()
invert
public double invert(double d)
throws IllegalArgumentException
- Returns the inverse of a
double
- Parameters:
d - The double to invert
- Returns:
- The inverse of a
double
- Throws:
IllegalArgumentException - The double is zero
Copyright © 2000-2009 Portland State University. All Rights Reserved.