Searched refs:DEGREES_TO_RADIANS (Results 1 – 2 of 2) sorted by relevance
105 private static final double DEGREES_TO_RADIANS = 0.017453292519943295; field in StrictMath196 return angdeg * DEGREES_TO_RADIANS; in toRadians()
139 private static final double DEGREES_TO_RADIANS = 0.017453292519943295; field in Math252 return angdeg * DEGREES_TO_RADIANS; in toRadians()