tand()

Scalar. Returns the tangent of a given value, expressed in degrees.

Syntax

tand ( value )

Parameters

value

A float.

Usage

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

Example

tand (45.0) returns 1.61977519.