MVT API

math.constants
Class Pi

java.lang.Object
  |
  +--math.objects.Expression
        |
        +--math.objects.Constant
              |
              +--math.constants.RealConstant
                    |
                    +--math.constants.Pi

public class Pi
extends RealConstant

The class Pi is used to create mathematical Pi objects. It extends the RealConstantclass.

Since:
JDK1.1
Author:
Peter Staab
, Pete Fox , both for the Mathematical Visualization Project for the Department of Applied Mathematics, University of Colorado at Boulder

Constructor Summary
Pi()
           
 
Methods inherited from class math.constants.RealConstant
evaluate, evaluateVariables, getValue, setValue, toString
 
Methods inherited from class math.objects.Constant
differentiate, simplify
 
Methods inherited from class math.objects.Expression
evaluate, evaluate, evaluate, evaluate, evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pi

public Pi()

MVT API

mvt.icons