Home
last modified time | relevance | path

Searched refs:ComplexOperations (Results 1 – 3 of 3) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DEngineering.php7 use PhpOffice\PhpSpreadsheet\Calculation\Engineering\ComplexOperations; alias
1041 return ComplexOperations::IMDIV($complexDividend, $complexDivisor);
1063 return ComplexOperations::IMSUB($complexNumber1, $complexNumber2);
1084 return ComplexOperations::IMSUM(...$complexNumbers);
1105 return ComplexOperations::IMPRODUCT(...$complexNumbers);
H A DCalculation.php1344 'functionCall' => [Engineering\ComplexOperations::class, 'IMDIV'],
1374 'functionCall' => [Engineering\ComplexOperations::class, 'IMPRODUCT'],
1409 'functionCall' => [Engineering\ComplexOperations::class, 'IMSUB'],
1414 'functionCall' => [Engineering\ComplexOperations::class, 'IMSUM'],
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/
H A DComplexOperations.php9 class ComplexOperations class