ConstantFunction
data class ConstantFunction(val value: Double, val domain: Range<Double> = Range.all()) : UnivariateFunction
Parameters
value
constant's value
domain
domain of the constant function
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard