edu.pdx.cs399J.lang
Class Javadoc

java.lang.Object
  extended by edu.pdx.cs399J.lang.Javadoc

public class Javadoc
extends Object

This class demonstrates Javadoc comments

Version:
1.0
Author:
David Whitlock

Constructor Summary
Javadoc()
           
 
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
 

Constructor Detail

Javadoc

public Javadoc()
Method Detail

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.