cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::utils

Function cubic_polynomial_roots

source
pub fn cubic_polynomial_roots<S>(a: S, b: S, c: S, d: S) -> ArrayVec<S, 3>
where S: Scalar,