Everything

tanl [V1.08 or later]


Tangent

[Classification]

Mathematical library

[Syntax]

#include <math.h>

long double __far tanl(long double x); (C99)

[Return value]

Returns the tangent of x.

If x is Not-a-Number or ±∞, tanl returns a Not-a-Number (NaN) and sets macro EDOM to global variable errno.

If the solution is a denormal number, tanl sets macro ERANGE to global variable errno.

[Description]

This function calculates the cosine of x. Specify the angle in radian.