RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.LogN Function

Calculates the log of X for a specified base.

Pascal
function LogN(const Base: Extended; const X: Extended): Extended;
C++
Extended LogN(const Extended Base, const Extended X);

Math

LogN returns the log base Base of X. 

 

Log2 

Log10 

Ln

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!