tanΒΆ

tan returns the tangent of its parameter.

r = tan(m)

Return Value

r is the tangent of m.

Parameters

m

m is a real or complex matrix.

Comment

Algorithm: sin(x) ./ cos(x).

See also

atan

id-929635