Compute tangent (or cotangent) over the first quadrant. 0 < x < pi/2 Use combination of table lookup and rational polynomial expansion. @param xa number from which sine is requested @param xb extra bits for x (may be 0.0) @param cotanFlag if true, compute the cotangent instead of the tangent
(double xa, double xb, boolean cotanFlag)
source not stored for this graph (policy: none)
no test coverage detected