lambdaworks_math/circle/
errors.rs

1#[derive(Debug)]
2pub enum CircleError {
3    PointDoesntSatisfyCircleEquation,
4}