Couple of fields in StrictMath are unused since JDK-8244146:
1. DEGREES_TO_RADIANS
2. RADIANS_TO_DEGREES
Methods toDegrees/toRadians used to use this fields. But now StrictMath just calls Math methods.
1. DEGREES_TO_RADIANS
2. RADIANS_TO_DEGREES
Methods toDegrees/toRadians used to use this fields. But now StrictMath just calls Math methods.