Instructions
292Libraries
© 2013 Conrad Electronic
Return Parameter
result
5.16.1.6 cos
Floating Point Functions
Syntax
float cos(float val);
Sub cos(val As Single) As Single
Description
The mathematical cosine is calculated.
Parameter
val input angle expressed in radians
Return Parameter
cosine of the input value between -1 and 1
5.16.1.7 exp
Floating Point Functions
Syntax
float exp(float val);
Sub exp(val As Single) As Single
Description
The exponential function e ^ val is calculated.
Parameter
val exponent
Return Parameter
result