ACOS(V)

RETOURNE L'ARC COSINUS DE V



ACTION

La fonction ACOS(V) retourne l'angle dont le cosinus est V.

Le résultat est exprimé en radians et appartient à l'intervalle [0..Pi].

V peut être un réel ou un entier et doit être compris entre -1 et 1.

Cette fonction est la fonction inverse de cosinus (COS).


SYNTAXE : Resultat=ACOS(V)


UTILISATION


ERREUR


EXEMPLE

print acos(0.512)

print "Résultat = 1.03328481966524"


EN RAPPORT

ASIN()

ATN()

COS()

HCOS()

HSIN()

HTAN()

SIN()

TAN()


Content created by Jack. Updated March 07, 2025