public interface Function
Modifier and Type | Method and Description |
---|---|
double |
forward(double x)
The forward function.
|
double |
inverse(double y)
The inverse function.
|
double forward(double x)
x
- the argument x of the functiondouble inverse(double y)
y
- the argument y of the inverse functionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.