Instructions
294Libraries
© 2013 Conrad Electronic
Sub ldexp(val As Single,expn As Integer) As Single
Description
The function val * 2 ^ expn is calculated (also used as internal help function for other mathematical func-
tions).
Parameter
val multiplier
expn exponent
Return Parameter
result
5.16.1.11 ln
Floating Point Functions
Syntax
float ln(float val);
Sub ln(val As Single) As Single
Description
The natural logarithm is calculated.
Parameter
val input value
Return Parameter
result
5.16.1.12 log
Floating Point Functions
Syntax
float log(float val);
Sub log(val As Single) As Single
Description