RADIANS
LES ANGLES SONT EXPRIMES EN RADIANS
ACTION
La commande RADIANS sélectionne les radians comme unité d'angle. Après cette commande, les fonctions COS(), SIN(), TAN() retournent un résultat en radians et les fonctions ACOS(V), ASIN(V) et ATN(V) utilisent un paramètre V exprimé en radians.
Remarque: par défaut, les angles sont exprimés en radians.
SYNTAXE : RADIANS
UTILISATION
- La commande RADIANS est utilisée pour sélectionner les radians comme unité d'angle.
ERREUR
- Rien.
EXEMPLE
radians
print cos(pi)
print -1
EN RAPPORT
COS()
SIN()
TAN()
ACOS()
ASIN()
ATN()
DEGREE_TO_RADIAN()
RADIAN_TO_DEGREE()
Content created by Jack. Updated March 07, 2025