Searched refs:degreeSin (Results 1 – 3 of 3) sorted by relevance
321 public static BoundedRational degreeSin(BoundedRational r) { in degreeSin() method in BoundedRational389 final BoundedRational degSin = degreeSin(r); in degreeTan()428 return degreeSin(add(r, NINETY)); in degreeCos()
769 ratVal = ec.mDegreeMode ? BoundedRational.degreeSin(argVal.ratVal) in evalUnary()
82 checkWeakEq(BoundedRational.degreeSin(x), toRadians(xAsCR).sin(), in checkBR()