ratio method

double ratio(
  1. Angle other
)

Returns the ratio between two angles.

Implementation

double ratio(final Angle other) => radians / other.radians;