Log Function

Next: , Previous: Getprime, Index: Index

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

Pass: An integer
Returns: An integer representing the logarithmic value

Examples

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



Last Modified: August 2008