ConstantFunction
data class ConstantFunction(val value: Double, val domain: Range<Double> = Range.all()) : UnivariateFunction
Constant function of a value within a domain.
Parameters
value
constant's value
domain
domain of the constant function