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

Product codes
190406
Page of 244
165
C-Control Pro Mega Series
© 2008 Conrad Electronic
6.12.5 cos
Mathematische Funktionen
Syntax
float cos(float val);
Sub cos(val As SingleAs Single
Beschreibung
Der Cosinus wird berechnet. Der Winkel wird in Radiant angegeben.
Parameter 
val   Wert  von dem die Funktion berechnet wird
Rückgabewert
Cosinus des Eingabewertes (-1 bis 1)
6.12.6 exp
Mathematische Funktionen
Syntax
float exp(float val);
Sub exp(val As SingleAs Single
Beschreibung
Die Funktion e ^ val wird berechnet
Parameter 
val   Exponent
Rückgabewert
Ergebnis der Funktion
6.12.7 fabs
Mathematische Funktionen
Syntax
float fabs(float val);
Sub fabs(val As SingleAs Single