cubic

Function cubic 

Source
pub fn cubic<T: Float>(x: T) -> T
Expand description

Returns the cubic of \p x.

  • Parameter x The input.

  • tparam T Value type.

  • return The cubic of \p x.