Difference between revisions of "FR/Documentation/Calc: fonction COS"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Voir également :)
m (Catégorie et paramètre de tri.)
 
(4 intermediate revisions by 2 users not shown)
Line 16: Line 16:
  
 
<tt>'''COS(RADIANS(60))'''</tt>
 
<tt>'''COS(RADIANS(60))'''</tt>
: renvoie <tt>'''0.5'''</tt>, le cosinus de <tt>'''60'''</tt> degrees
+
: renvoie <tt>'''0,5'''</tt>, le cosinus de <tt>'''60'''</tt> degrés
  
 
=== Voir également : ===
 
=== Voir également : ===
Line 26: Line 26:
 
'''[[Documentation/FR/Calc:_fonction_ASIN|ASIN]]''',
 
'''[[Documentation/FR/Calc:_fonction_ASIN|ASIN]]''',
 
'''[[Documentation/FR/Calc:_fonction_ATAN|ATAN]]''',
 
'''[[Documentation/FR/Calc:_fonction_ATAN|ATAN]]''',
'''[[Documentation/Fr/Calc:_fonction_ATAN2|ATAN2]]''',
+
'''[[Documentation/FR/Calc:_fonction_ATAN2|ATAN2]]''',
 
'''[[Documentation/FR/Calc:_fonction_ACOT|ACOT]]'''
 
'''[[Documentation/FR/Calc:_fonction_ACOT|ACOT]]'''
  
Line 33: Line 33:
  
 
'''[[Documentation/FR/Calc:_Fonctions_mathématiques|Fonctions mathématiques]]'''
 
'''[[Documentation/FR/Calc:_Fonctions_mathématiques|Fonctions mathématiques]]'''
 +
{{PDL1}}
 +
 +
[[Category: Calc/Fonctions/FR|COS]]

Latest revision as of 14:20, 6 May 2009


COS

Renvoie le cosinus de l'angle donné (en radians).

Syntaxe :

COS(angle)

renvoie le cosinus (trigonométrique) de angle, l'angle en radians.
Pour renvoyer le cosinus d'un angle en degrés, utilisez la fonction RADIANS.

Exemple :

COS(PI()/2)

renvoie 0, le cosinus PI/2 radians

COS(RADIANS(60))

renvoie 0,5, le cosinus de 60 degrés

Voir également :

SIN, TAN, COT

ACOS, ASIN, ATAN, ATAN2, ACOT

RADIANS, PI

Fonctions mathématiques

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools