Docblock comments

This commit is contained in:
Mark Baker 2013-03-10 23:15:57 +00:00
parent d41e68b919
commit 316f86e03c
1 changed files with 1 additions and 1 deletions

View File

@ -1932,7 +1932,7 @@ class PHPExcel_Calculation_Engineering {
/**
* IMLOG2
*
* Returns the common logarithm (base 10) of a complex number in x + yi or x + yj text format.
* Returns the base-2 logarithm of a complex number in x + yi or x + yj text format.
*
* Excel Function:
* IMLOG2(complexNumber)