Returns the natural log of (X+1)
function LnXP1(const X: Extended): Extended;
Extended LnXP1(const Extended X);
LnXP1 returns the natural logarithm of (X+1). Use LnXP1 when X is a value near 0.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|