Package | Description |
---|---|
com.graphbuilder.math | |
com.graphbuilder.math.func |
Modifier and Type | Method and Description |
---|---|
Function |
FuncMap.getFunction(String funcName,
int numParam)
Returns a function based on the name and the specified number of parameters.
|
Function[] |
FuncMap.getFunctions()
Returns an array of exact length of the functions stored in this map.
|
Modifier and Type | Method and Description |
---|---|
void |
FuncMap.setFunction(String funcName,
Function f)
Assigns the name to map to the specified function.
|
Modifier and Type | Class and Description |
---|---|
class |
AbsFunction
The absolute function.
|
class |
AcosFunction
The arc cosine function.
|
class |
AcoshFunction
The hyperbolic arc cosine function.
|
class |
AsinFunction
The arc sine function.
|
class |
AsinhFunction
The hyperbolic arc sine function.
|
class |
AtanFunction
The arc tangent function.
|
class |
AtanhFunction
The hyperbolic tangent sine function.
|
class |
AvgFunction
The average function.
|
class |
CeilFunction
The ceiling function.
|
class |
CombinFunction
The combination function.
|
class |
CosFunction
The cosine function.
|
class |
CoshFunction
The hyperbolic cosine function.
|
class |
EFunction
Euler's number, e, also called the base of natural logarithms.
|
class |
ExpFunction
The exp function.
|
class |
FactFunction
The factorial function.
|
class |
FloorFunction
The floor function.
|
class |
LgFunction
The log base 2 function.
|
class |
LnFunction
The natural logarithm function.
|
class |
LogFunction
The log function.
|
class |
MaxFunction
The max function.
|
class |
MinFunction
The min function.
|
class |
ModFunction
The mod function.
|
class |
PiFunction
The constant Pi.
|
class |
PowFunction
The power function.
|
class |
RandFunction
The random function.
|
class |
RoundFunction
The round function.
|
class |
SignFunction
The sign function.
|
class |
SinFunction
The sine function.
|
class |
SinhFunction
The hyperbolic sine function.
|
class |
SqrtFunction
The square root function.
|
class |
SumFunction
The sum function.
|
class |
TanFunction
The tangent function.
|
class |
TanhFunction
The hyperbolic tangent function.
|
Copyright © 2016. All rights reserved.