RealInterpolator
Type for variables that are actually functions that map Real
values to Real
values
Usage
RealInterpolator()
Source
# Type for variables that are actually functions that map `Real` values to `Real` values
type RealInterpolator = func(::Real)::Real
Related
Examples
Experiments
Analyses
Tests