RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.Log10 Function

Calculates log base 10.

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

Math

Log10 returns the log base 10 of X. 

 

Log2 

Ln 

LogN

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