function/LOG                                                     function/LOG
 
 NAME
     LOG -- Returns the natural log of the given number
 
 ABBREVIATION
     None

 SYNOPSIS
     LOG(<number>)

 FUNCTION
     This function returns the natural log of <number>. The natural log is 
     log to the base e.
 
 INPUTS
     <number> - number to be evaluated
 
 RESULT
     Natural log of the given number.

 EXAMPLES
     None
 
 NOTES
     To convert to log base 10, divide by LOG(10).
 
 BUGS
     None
 
 SEE ALSO
     EXP()