Calculates the log of X for a specified base.
function LogN(const Base: Extended; const X: Extended): Extended;
Extended LogN(const Extended Base, const Extended X);
Math
LogN returns the log base Base of X.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|