Searched refs:DEGREES_TO_RADIANS (Results 1 – 2 of 2) sorted by relevance
144 private static final double DEGREES_TO_RADIANS = 0.017453292519943295; field in StrictMath267 return angdeg * DEGREES_TO_RADIANS; in toRadians()
174 private static final double DEGREES_TO_RADIANS = 0.017453292519943295; field in Math340 return angdeg * DEGREES_TO_RADIANS; in toRadians()