Log
From Mesham
Jump to navigationJump to searchOverview
This log(d) function will find the natural logarithmic value of d
- Pass: A double
- Returns: A double representing the logarithmic value
Example
#include <maths> var a:=log(10.54); var y:=log(a);