Man Scilab

tan
Scilab Function

tan - tangent

Calling Sequence

[t]=tan(x)

Parameters

Description

The elements of t are the tangent of the elements of x .

Examples


x=[1,%i,-1,-%i]
tan(x)
sin(x)./cos(x)
 
  

See Also

atan ,   tanm ,  

Back