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

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!