tan() — Calculate Tangent
The tan() function calculates the tangent of x, where x is expressed in radians. If x is too large, a partial loss of significance in the result can occur and sets errno to ERANGE.
Shathana. S.R. Answered question May 27, 2023
In C programming, the tan() function is part of the standard library <math.h>, and it is used to calculate the tangent of an angle.
Riya Answered question May 26, 2023
tan() — Calculate Tangent
The tan() function calculates the tangent of x, where x is expressed in radians. If x is too large, a partial loss of significance in the result can occur and sets error to E-RANGE.
Vishalini.R Answered question May 26, 2023
