public class Asin extends Object implements UnivariateDifferentiableFunction
| Constructor and Description |
|---|
Asin() |
| Modifier and Type | Method and Description |
|---|---|
double |
value(double x)
Compute the value of the function.
|
<T extends Derivative<T>> |
value(T x)
Compute the value for the function.
|
public double value(double x)
value in interface UnivariateFunctionx - Point at which the function value should be computed.public <T extends Derivative<T>> T value(T x)
value in interface UnivariateDifferentiableFunctionT - the type of the field elementsx - the point for which the function value should be computedCopyright © 2016-2021 CS GROUP. All rights reserved.