Difference between revisions of "Log"

From Mesham
Jump to navigationJump to search
(Created page with '== Overview == This log[n] function will find the logarithmic value of ''n'' * '''Pass:''' A double * '''Returns:''' A double representing the logarithmic value\twolines{} == …')
 
(Overview)
Line 4: Line 4:
  
 
* '''Pass:''' A double
 
* '''Pass:''' A double
* '''Returns:''' A double representing the logarithmic value\twolines{}
+
* '''Returns:''' A double representing the logarithmic value
  
 
== Example ==
 
== Example ==

Revision as of 22:10, 10 January 2010

Overview

This log[n] function will find the logarithmic value of n

  • Pass: A double
  • Returns: A double representing the logarithmic value

Example

var a:=log[10];
var y;
y:=log[a];