Hi all,
When I use CLA Math lib function (Natural Log, base 10 Log, base N Log), the calculated result is a very big number? But other functions in the CLA Math lib is correct.
lnValue = CLAln(2.718282);
logValue = CLAlog10(100.0);
log10Value = CLAlogN(100.0,10.0);
The results are:
Is there any misunderstanding when I use Log function?
Please share me some tips. Thank you!
