JCL Help:LogBase2

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns log base 2.


Pascal

 function LogBase2(X: Float): Float;


Parameters

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


Return Value

Log base 2 of X.


Description

LogBase2 returns the log base 2 of X.


See Also

LogBase10 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