Difference between revisions of "Log"

From Mesham
Jump to navigationJump to search
m
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
This log(d) function will find the logarithmic value of ''d''
+
This log(d) function will find the natural logarithmic value of ''d''
  
 
* '''Pass:''' A double
 
* '''Pass:''' A double

Revision as of 12:50, 13 January 2013

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>
var a:=log(10.54);
var y:=log(a);