Calculates log base 2.
function Log2(const X: Extended): Extended;
Extended Log2(const Extended X);
Log2 returns the log base 2 of X.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|