degrees property

num degrees

Implementation

num get degrees => atan2(y, x) * 180 / pi;