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