HomeSort by relevance Sort by last modified time
    Searched refs:HALF_PI (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
MathUtils.java 58 public static final float HALF_PI = PI / 2;
60 public static final float THREE_HALVES_PI = TWOPI - HALF_PI;
119 return sinLUT(HALF_PI - x);
277 if (y > 0.0f) return HALF_PI;
279 return -HALF_PI;
290 atan = HALF_PI - z / (z * z + 0.28f);
301 if (abs(theta) > HALF_PI) {
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 54 final static CR HALF_PI = CR.PI.divide(CR.valueOf(2));
61 UnaryCRFunction.sinFunction.inverseMonotone(HALF_PI.negate(),
62 HALF_PI);

Completed in 77 milliseconds