Calculates the tangent of a floating-point radian value.
long double tanl (long double d);
d Radian value for which tangent is to be computed
If the function call is replaced by code that uses a trigonometric function unit, the function might no longer be reentrant. For details, refer to the item about -tfu in the section on compile options.