zeus.util
Class Profile
java.lang.Object
zeus.util.Profile
- public class Profile
- extends java.lang.Object
|
Field Summary |
protected java.util.Hashtable |
table
|
protected static double |
TINY
|
|
Method Summary |
double |
c(double x)
|
double |
e(double x)
|
static void |
main(java.lang.String[] args)
|
double |
p(double x)
|
java.lang.String |
toString()
|
void |
update(double x)
|
void |
update(double x,
double c)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
table
protected java.util.Hashtable table
TINY
protected static final double TINY
- See Also:
- Constant Field Values
Profile
public Profile()
p
public double p(double x)
c
public double c(double x)
e
public double e(double x)
update
public void update(double x,
double c)
update
public void update(double x)
toString
public java.lang.String toString()
main
public static void main(java.lang.String[] args)
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.