org.gjt.universe
Class Polynomial.Element

java.lang.Object
  |
  +--org.gjt.universe.Polynomial.Element
Enclosing class:
Polynomial

private class Polynomial.Element
extends java.lang.Object


Field Summary
private  float coefficient
           
private  float exponent
           
 
Constructor Summary
(package private) Polynomial.Element(float coefficient, float exponent)
           
 
Method Summary
(package private)  float evaluate(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coefficient

private float coefficient

exponent

private float exponent
Constructor Detail

Polynomial.Element

Polynomial.Element(float coefficient,
                   float exponent)
Method Detail

evaluate

float evaluate(float value)


Copyright © 2001 Universe Dev Team All Rights Reserved.