You are here

17 calls to PHPExcel_Calculation_Engineering::_parseComplex() in Loft Data Grids 7.2

PHPExcel_Calculation_Engineering::IMABS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMABS * * Returns the absolute value (modulus) of a complex number in x + yi or x + yj text format. * * Excel Function: * IMABS(complexNumber) * *
PHPExcel_Calculation_Engineering::IMAGINARY in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMAGINARY * * Returns the imaginary coefficient of a complex number in x + yi or x + yj text format. * * Excel Function: * IMAGINARY(complexNumber) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::IMARGUMENT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMARGUMENT * * Returns the argument theta of a complex number, i.e. the angle in radians from the real * axis to the representation of the number in polar coordinates. * * Excel Function: * IMARGUMENT(complexNumber) * *
PHPExcel_Calculation_Engineering::IMCONJUGATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMCONJUGATE * * Returns the complex conjugate of a complex number in x + yi or x + yj text format. * * Excel Function: * IMCONJUGATE(complexNumber) * *
PHPExcel_Calculation_Engineering::IMCOS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMCOS * * Returns the cosine of a complex number in x + yi or x + yj text format. * * Excel Function: * IMCOS(complexNumber) * *
PHPExcel_Calculation_Engineering::IMDIV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMDIV * * Returns the quotient of two complex numbers in x + yi or x + yj text format. * * Excel Function: * IMDIV(complexDividend,complexDivisor) * *
PHPExcel_Calculation_Engineering::IMEXP in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMEXP * * Returns the exponential of a complex number in x + yi or x + yj text format. * * Excel Function: * IMEXP(complexNumber) * *
PHPExcel_Calculation_Engineering::IMLN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMLN * * Returns the natural logarithm of a complex number in x + yi or x + yj text format. * * Excel Function: * IMLN(complexNumber) * *
PHPExcel_Calculation_Engineering::IMLOG10 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMLOG10 * * Returns the common logarithm (base 10) of a complex number in x + yi or x + yj text format. * * Excel Function: * IMLOG10(complexNumber) * *
PHPExcel_Calculation_Engineering::IMLOG2 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMLOG2 * * Returns the base-2 logarithm of a complex number in x + yi or x + yj text format. * * Excel Function: * IMLOG2(complexNumber) * *
PHPExcel_Calculation_Engineering::IMPOWER in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMPOWER * * Returns a complex number in x + yi or x + yj text format raised to a power. * * Excel Function: * IMPOWER(complexNumber,realNumber) * *
PHPExcel_Calculation_Engineering::IMPRODUCT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMPRODUCT * * Returns the product of two or more complex numbers in x + yi or x + yj text format. * * Excel Function: * IMPRODUCT(complexNumber[,complexNumber[,...]]) * *
PHPExcel_Calculation_Engineering::IMREAL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMREAL * * Returns the real coefficient of a complex number in x + yi or x + yj text format. * * Excel Function: * IMREAL(complexNumber) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::IMSIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMSIN * * Returns the sine of a complex number in x + yi or x + yj text format. * * Excel Function: * IMSIN(complexNumber) * *
PHPExcel_Calculation_Engineering::IMSQRT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMSQRT * * Returns the square root of a complex number in x + yi or x + yj text format. * * Excel Function: * IMSQRT(complexNumber) * *
PHPExcel_Calculation_Engineering::IMSUB in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMSUB * * Returns the difference of two complex numbers in x + yi or x + yj text format. * * Excel Function: * IMSUB(complexNumber1,complexNumber2) * *
PHPExcel_Calculation_Engineering::IMSUM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMSUM * * Returns the sum of two or more complex numbers in x + yi or x + yj text format. * * Excel Function: * IMSUM(complexNumber[,complexNumber[,...]]) * *