Instructions

296Libraries
© 2013 Conrad Electronic
result of the function
5.16.1.15 sin
Floating Point Functions
Syntax
float sin(float val);
Sub sin(val As Single) As Single
Description
The mathematical sine is calculated.
Parameter
val input angle expressed in radians
Return Parameter
sine of the input value between -1 and 1
5.16.1.16 sqrt
Floating Point Functions
Syntax
float sqrt(float val);
Sub sqrt(val As Single) As Single
Description
The square root of a positive floating point number is calculated.
Parameter
val input value
Return Parameter
result