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);

LogN returns the log base Base of X. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!