Log
From Mesham
Jump to navigationJump to searchOverview
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];
This log[n] function will find the logarithmic value of n
var a:=log[10]; var y; y:=log[a];