TAN(V)

RETOURNE LA TANGENTE DE V



ACTION

La fonction TAN(V) retourne la tangente de V. Tan(V) = Sin(V) / Cos(V)

V est exprimé en radians et peut être un réel ou un entier.


SYNTAXE : Resultat=TAN(V)


UTILISATION


ERREUR


EXEMPLE

print tan(0.123)

print "Résultat = 0.123624065869274"


EN RAPPORT

ACOS()

ASIN()

ATN()

COS()

HCOS()

HSIN()

HTAN()

SIN()


Content created by Jack. Updated March 07, 2025