ContinuousFunction.opCall

Create a ContinuousFunction. C is any callable type mapping a floating point number to a number. lowerLim is the lower limit of the plot. upperLim is the upper limit of the plot. nEvals is the number of evalutations to perform. The default is 1000. More evaluations means more accuracy but more computational intensity.

class ContinuousFunction
static
opCall
(
C
)
(
scope C callable
,
double lowerLim
,
double upperLim
,
uint nEvals = 1000
)
if (
is(typeof(C.init(2.0)) : double)
)

Meta