Denso RC5 Spécifications Page 459

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 458
Chapter 15 Functions
15-11
SQR (Function) [Conforms to SLIM]
Function
Obtains the square root.
Format
SQR (<Expression>)
Explanation
This statement obtains the square root of the value in <Expression>.
If <Expression> includes a double precision real numeral, the obtained value
becomes double precision. Otherwise, a single precision value is obtained.
<Expression> must be a value greater than or equal to 0.
Example
DEFSNG lf1, lf2, lf3, lf4, lf5, lf6, lf7
lf1 = SQR (2) 'Assigns the square root of 2 to lf1.
lf2 = SQR (lf4) 'Assigns the square root of lf4 to lf2.
lf3 = SQR (lf5 + lf6) * lf7 'Assigns the value of the square root of (lf5 +
'lf6) multiplied by lf7 to lf3.
Vue de la page 458
1 2 ... 454 455 456 457 458 459 460 461 462 463 464 ... 691 692

Commentaires sur ces manuels

Pas de commentaire