Campbell CR200 Manuel de l'opérateur Page 116

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 210
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 115
Section 10. CRBASIC Programming Instructions
ASIN
The ASIN function returns the arc sin of a number.
Syntax
x = ASIN(source)
ATN
Returns the arctangent of a number.
Syntax
x = ATN(source)
ATN2
Returns the arctangent of y / x.
Syntax
x = ATN(y , x)
COS
Returns the cosine of an angle specified in radians.
Syntax
x = COS(source)
SIN
Returns the sine of an angle.
Syntax
x = SIN(source)
TAN
Returns the tangent of an angle.
Syntax
x = TAN(source)
10.6.4 Arithmetic Functions
ABS
Returns the absolute value of a number.
Syntax
x = ABS(source)
EXP
Returns e (the base of natural logarithms) raised to a power
Syntax
x = EXP(source)
FRAC
Returns the fractional part of a number.
Syntax
x = FRAC(source)
INT or FIX
Return the integer portion of a number.
Syntax
x = INT(source)
x = Fix(source)
102
Vue de la page 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 209 210

Commentaires sur ces manuels

Pas de commentaire