public interface UnivariateDfpFunction
Dfp
function.Modifier and Type | Method and Description |
---|---|
Dfp |
value(Dfp x)
Compute the value of the function.
|
Dfp value(Dfp x)
x
- Point at which the function value should be computed.IllegalArgumentException
- when the activated method itself can
ascertain that preconditions, specified in the API expressed at the
level of the activated method, have been violated. In the vast
majority of cases where Commons-Math throws IllegalArgumentException,
it is the result of argument checking of actual parameters immediately
passed to a method.Copyright © 2023 CNES. All rights reserved.