Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 288

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 287
5.5.13.8. pow Function
pow Function
Returns x raised to the power of y.
Syntax
double pow(double x, double y)
Parameters
Parameter Type Description
x double Number to be raised to the specified power.
y double The power.
Returns
Returns x raised to the power of y.
Comments
None
Usage
NexScript
z = pow(2, 3)
% z now equals to 8
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 286
Seitenansicht 287
1 2 ... 283 284 285 286 287 288 289 290 291 292 293 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare