calc
Class ZetaCalc

java.lang.Object
  |
  +--calc.BaseCalc
        |
        +--calc.ZetaCalc

public class ZetaCalc
extends BaseCalc

Represents the Object for the Riemann Zeta-function in Calc-Scheme


Fields inherited from class calc.BaseCalc
calculated, children, result
 
Constructor Summary
ZetaCalc()
           
 
Method Summary
protected  void doCalculate()
          evaluates the Zeta-function by using the Euler-MacLaurin formula
 int getArgsNr()
          overridden by inheriting class, needed for consistency-checks
 java.lang.String getArithmeticSymbol()
          must be implemented for debugging purposes: returns "+" for AddCalc, etc.
 
Methods inherited from class calc.BaseCalc
calculate, clear, getChildren, insertChildren, main, result, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZetaCalc

public ZetaCalc()
Method Detail

getArgsNr

public int getArgsNr()
Description copied from class: BaseCalc
overridden by inheriting class, needed for consistency-checks
Overrides:
getArgsNr in class BaseCalc

getArithmeticSymbol

public java.lang.String getArithmeticSymbol()
Description copied from class: BaseCalc
must be implemented for debugging purposes: returns "+" for AddCalc, etc.
Overrides:
getArithmeticSymbol in class BaseCalc

doCalculate

protected void doCalculate()
evaluates the Zeta-function by using the Euler-MacLaurin formula
Overrides:
doCalculate in class BaseCalc