Basic Syntax CrystalClear Syntax Before Reading Records

Log()


This function returns the natural (base e, approximately 2.718) logarithmic value of the number given. This is the inverse to the function Exp(number).
Note that the natural logarithm function is undefined for values less than 0.

Usage:

Log( number )

Parameters:

number The number to compute the logarithmic value (to the base of e) of.

Returns:

Number

Examples (Both Crystal and Basic):

Log(0)	// Returns -INFINITY
Log(exp(1))	// Returns 1
Log(exp(1)*exp(1))	// Returns 2
Log(100)	// Returns 4.61

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: