tan()
Descrição
Calcula a tangente de um ângulo (em radianos). O resultado é dado entre -infinito e +infinito (limitado pela tamanho do tipo de dado double).
Sintaxe
tan(rad)
Parâmetros
rad
: O ângulo em radianos (float
).Retorna
A tangente do ângulo (
double
).Ver Também
Suggest changes
The content on docs.arduino.cc is facilitated through a public GitHub repository. If you see anything wrong, you can edit this page here.
License
The Arduino documentation is licensed under the Creative Commons Attribution-Share Alike 4.0 license.