spreadsheet
Class PiFunction

java.lang.Object
  |
  +--spreadsheet.Function
        |
        +--spreadsheet.PiFunction

public class PiFunction
extends Function

See Also:
Serialized Form

Method Summary
 float calculate()
          Every subclass must define this function
 
Methods inherited from class spreadsheet.Function
calculateFunction, hasMoreArguments, nextArgument, nextStringArgument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

calculate

public float calculate()
                throws FunctionException
Every subclass must define this function
Throws:
FunctionException - if an argument is an unknown function
Overrides:
calculate in class Function