ln() function in Arduino

Hi all,

I was wondering if there's a ln() function in arduino.
I have seen multiple topic about this problem, but I just don't know how to insert that function in my code. Can someone explain how to use this function in arduino?

Kind regards,

Vierus

It's log(). See:
http://www.cplusplus.com/reference/cmath/log/

1 Like