pub fn cubic_polynomial_roots<S>(a: S, b: S, c: S, d: S) -> ArrayVec<S, 3>
where S: Scalar,
Available on crate feature canvas only.