|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectomeis.providers.re.quantum.ExponentialMap
public class ExponentialMap
This class implements the QuantumMap
interface. Each method is a
wrapper around the composition (in the mathematical sense) of
Math.exp(double)
and Math.pow(double, double)
methods. The
method Math.exp(double)
returns Euler's number e raised to
the power of a double
value. The method
Math.pow(double, double)
returns the value of the first argument
raised to the power of the second argument.
Constructor Summary | |
---|---|
ExponentialMap()
|
Method Summary | |
---|---|
double |
transform(double x,
double k)
Implemented as specified in QuantumMap . |
double |
transform(float x,
double k)
Implemented as specified in QuantumMap . |
double |
transform(int x,
double k)
Implemented as specified in QuantumMap . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExponentialMap()
Method Detail |
---|
public double transform(int x, double k)
QuantumMap
.
transform
in interface QuantumMap
x
- The input value.k
- The selected curve in the family.
QuantumMap.transform(int, double)
public double transform(double x, double k)
QuantumMap
.
transform
in interface QuantumMap
x
- The input value.k
- The selected curve in the family.
QuantumMap.transform(double, double)
public double transform(float x, double k)
QuantumMap
.
transform
in interface QuantumMap
x
- The input value.k
- The selected curve in the family.
QuantumMap.transform(float, double)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.