Fonction Log()
Posted: Sun Aug 16, 2009 5:56 pm
I have tried:
showmessage str$ (log(2.718281))
I obtain 1.3132 => Log() is not natural logarithm :ln(e)=1
I have tried:
showmessage str$ (Log(10))
I obtain 2.39 => Log() is not based on 10
It seems that with Fnxbasic ln(x)= Log(x-1).How is it possible ??
showmessage str$ (log(2.718281))
I obtain 1.3132 => Log() is not natural logarithm :ln(e)=1
I have tried:
showmessage str$ (Log(10))
I obtain 2.39 => Log() is not based on 10
It seems that with Fnxbasic ln(x)= Log(x-1).How is it possible ??