Operators and Keywords
Function List:
C++ API
Compute the tangent for each element of x in degrees.
Returns zero for elements where x/180 is an integer and Inf for elements where (x-90)/180 is an integer.
x/180
Inf
(x-90)/180
See also: atand, tan.
Package: octave