Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
tand
tangente com o argumento em graus
Seqüência de Chamamento
t=tand(x)
Parâmetros
- x
vetor ou matriz de reais
- t
vetor ou matriz de reais
Descrição
Os elementos de t
são as tangentes dos elementos
de x
Exemplos
tand([0 30 45 60 90]) tand([-90 0 90 180 270 360])
--> tand([0 30 45 60 90]) ans = 0. 0.5773503 1. 1.7320508 Inf --> tand([-90 0 90 180 270 360]) ans = -Inf 0. Inf 0. -Inf 0.
Report an issue | ||
<< tan | Trigonometria | tanh >> |