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