Searched refs:tanQ (Results 1 – 1 of 1) sorted by relevance
2129 private static double tanQ(double xa, double xb, boolean cotanFlag) { in tanQ() method in FastMath2765 result = tanQ(xa, xb, false); in tan()2767 result = -tanQ(xa, xb, true); in tan()