Searched refs:acos (Results 1 – 7 of 7) sorted by relevance
56 theta=acos(db_maxd(-1.0,db_mind(1.0,r/(q*srq)))); in db_SolveCubic()
106 checkWeakEq(BoundedRational.acos(x), ACOS.execute(xAsCR), in checkBR()
431 public static BoundedRational acos(BoundedRational r) { in acos() method in BoundedRational
846 : BoundedRational.acos(argVal.ratVal); in evalUnary()
... ) public final org.javia.arity.Complex acos () public final org.javia.arity. ...
685 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /
634 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /