Denso RC5 Spezifikationen Seite 454

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 453
15-6
POW (Function) [Conforms to SLIM]
Function
Obtains an exponent.
Format
POW (<Base>,<Exponent>)
Explanation
This statement obtains the exponent of the value designated in <Base>of
<Exponent>.
If <Base> or <Exponent> includes a double precision real numeral, the
obtained value becomes double precision. Otherwise, a single precision value
is obtained.
Related Terms
EXP
Example
DEFSNG lf1, lf2
DEFINT li1, li2
li1 = POW(5, 2) 'Assigns the 2nd power of 5 to li1.
lf1 = POW(lf2, li2) 'Assigns the li2 power of lf2 to lf1.
Notes
In an exponential calculation, a domain error occurs if the first argument is
negative.
If <Base> and <Exponent> include a double precision real numeral, the
precision is guaranteed up to 15 digits.
If <Base> and <Exponent> do not include a double precision real numeral, the
precision is guaranteed only up to 7 digits.
Seitenansicht 453
1 2 ... 449 450 451 452 453 454 455 456 457 458 459 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare