Smooth Cubic function used to implement two point control without state events
(Description)
(Description)
(none)
(no elements)
(no equations)
(none)
(no validation or testing necessary)
(none)
function hist extends Icons.Function; input Real x; input Real p; input Real e = 1; output Real y; end hist;