HyperMath

Tan

Tan

Previous topic Next topic No expanding text in this topic  

Tan

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The tangent of the argument.

Syntax

t = Tan(m)

Argument

Name

Description


m

A real or complex scalar, vector or matrix in radians.

Output

Name

Description


t

The tangent of each entry.

Example

Find the tangent of elements in a matrix:


Syntax


T = Tan([1,2;3,4])


Result


T = 1.5574  -2.185

   -0.14255  1.1578

See Also:

Acos

Asin

Atan

Cos

Sin