Table of Contents

tan(rad)

Description

Calculates the tangent of an angle (in radians). The result will be between negative infinity and infinity.

Parameters

rad: the angle in radians (float)

Returns

The tangent of the angle (double)

See also

* sin(rad) * cos(rad) * float * double

Source: arduino.cc