Log

From Mesham
Revision as of 22:10, 10 January 2010 by Polas (talk | contribs) (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{} == …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

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

  • Pass: A double
  • Returns: A double representing the logarithmic value\twolines{}

Example

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