Brightsign BrightScript 2 Reference Guide Manuel d'utilisateur Page 41

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 59
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 40
41
Sgn(x As Float) As Integer
Sgn(x As Integer) As Integer
The "sign" function: returns -1 for X negative, 0 for X zero, and +l for X positive.
Sin(x As Float) As Float
Returns the sine of the argument (argument must be in radians). To obtain the sine of X
when X is in degrees, use SIN(X*.01745329).
Sqr(x As Float) As Float
Returns the square root of the argument. SQR(X) is the same as X^(1/2), only faster.
Tan(x As Float) As Float
Returns the tangent of the argument (argument must be in radians). To obtain the tangent
of X when X is in degrees, use TAN(X*.01745329).
Vue de la page 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 58 59

Commentaires sur ces manuels

Pas de commentaire