C Control PRO-BOT128 + C-Control PRO 128 Unit + Voltcraft® USB programming cable Kit 190406 Benutzerhandbuch

Produktcode
190406
Seite von 244
168
Bibliotheken
© 2008 Conrad Electronic
6.12.12 pow
Mathematische Funktionen
Syntax
float pow(float x,float y);
Sub pow(x As Single,y As SingleAs Single
Beschreibung
Potenzfunktion. Die Funktion x ^ y wird berechnet
Parameter 
x   Basis
y   Exponent
Rückgabewert
Ergebnis der Funktion
6.12.13 sin
Mathematische Funktionen
Syntax
float sin(float val);
Sub sin(val As SingleAs Single
Beschreibung
Der Sinus wird berechnet. Der Winkel wird in Radiant angegeben. 
Parameter 
val   Wert  von dem die Funktion berechnet wird
Rückgabewert
Sinus des Eingabewertes (-1 bis 1)
6.12.14 sqrt
Mathematische Funktionen
Syntax
float sqrt(float val);