RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.Log2 Function

Calculates log base 2.

Pascal
function Log2(const X: Extended): Extended;
C++
Extended Log2(const Extended X);

Math

Log2 returns the log base 2 of X. 

 

Log10 

Ln 

LogN

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!