asDegreesToRadians method

double asDegreesToRadians()

Implementation

double asDegreesToRadians() => toDouble() * (math.pi / 180.0);