Searched refs:half_pi (Results 1 – 2 of 2) sorted by relevance
106 CR half_pi = CR.PI.divide(two); in testCR() local115 check_eq(half_pi.sin(), one, "sin(pi/2) failed"); in testCR()116 check_eq(asin.execute(one),half_pi, "asin(1) failed"); in testCR() local118 half_pi.negate(), "asin(-1) failed"); in testCR()
872 static CR half_pi = PI.shiftRight(1); field in CR902 return half_pi.subtract(this).cos(); in sin()924 return half_pi.subtract(asin()); in acos()