Log

From Mesham
Jump to navigationJump to search

Overview

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>

function void main() {
   var a:=log(10.54);
   var y:=log(a);
};

Since: Version 0.41b