JCL Help:LogBase10

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns log base 10.


Pascal

 function LogBase10(X: Float): Float;


Parameters

Parameters Description
X: Float Value whose log base 10 to calculate. X must be larger than 0.0.


Return Value

Log base 10 of X.


Description

LogBase10 returns the log base 10 of X. This is calculated as Log10(X) := Log.2(X) * Log.10(2)


See Also

LogBase2 LogBaseN


About

Unit

JclMath


Donator

Clayton Collie


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page