tan()

Scalar. Returns the tangent of a given value.

Syntax

tan ( value )

Parameters

value

A float.

Usage

Returns the tangent of a given value, expressed in radians. The function takes a float as its argument, and the function returns a float.

Example

tan (0.0) returns 0.