pub fn cubic<T: Float>(x: T) -> T
Returns the cubic of \p x.
Parameter x The input.
tparam T Value type.
return The cubic of \p x.