µVision User's Guide

legacy

__tan

Summary
double __tan (
  double x);   /* value to calculate tangent of */
Description

The __tan debugger function calculates the trigonometric tangent of the floating-point value x.

Return Value

The __tan function returns the tangent of x.

See Also

__cos, __sin

Example
> __tan (1.2)