|
Formula 1.0.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objecthirondelle.formula.function.builtin.HyperbolicCosine
public final class HyperbolicCosine
cosh(x): the hyperbolic cosine of a number.
| Constructor Summary | |
|---|---|
HyperbolicCosine()
|
|
| Method Summary | |
|---|---|
Decimal |
calculate(Decimal... aArgs)
Calculate the value of a function. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HyperbolicCosine()
| Method Detail |
|---|
public Decimal calculate(Decimal... aArgs)
FunctionIt's highly recommended that the implementation validate the number of arguments
passed to the function. The Check class can be used for doing the most common
argument validations.
calculate in interface FunctionaArgs - 0 or more arguments to the function.
|
Formula 1.0.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||