Denso RC5 Spezifikationen Seite 459

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 458
1 2 ... 454 455 456 457 458 459 460 461 462 463 464 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare