ratio method Null safety
- Angle other
Returns the ratio between two angles.
Implementation
double ratio(final Angle other) => radians / other.radians;
Returns the ratio between two angles.
double ratio(final Angle other) => radians / other.radians;