|
static | add (... $complexValues) |
|
static | divideby (... $complexValues) |
| Divides two or more complex numbers.
|
|
static | divideinto (... $complexValues) |
| Divides two or more complex numbers.
|
|
static | multiply (... $complexValues) |
| Multiplies two or more complex numbers.
|
|
static | subtract (... $complexValues) |
| Subtracts two or more complex numbers.
|
|
◆ divideby()
static Complex\Operations::divideby |
( |
| ... | ) |
|
|
static |
Divides two or more complex numbers.
- Parameters
-
array | of string|integer|float|Complex $complexValues The numbers to divide |
- Return values
-
◆ divideinto()
static Complex\Operations::divideinto |
( |
| ... | ) |
|
|
static |
Divides two or more complex numbers.
- Parameters
-
array | of string|integer|float|Complex $complexValues The numbers to divide |
- Return values
-
◆ multiply()
static Complex\Operations::multiply |
( |
| ... | ) |
|
|
static |
Multiplies two or more complex numbers.
- Parameters
-
array | of string|integer|float|Complex $complexValues The numbers to multiply |
- Return values
-
◆ subtract()
static Complex\Operations::subtract |
( |
| ... | ) |
|
|
static |
Subtracts two or more complex numbers.
- Parameters
-
array | of string|integer|float|Complex $complexValues The numbers to subtract |
- Return values
-
The documentation for this class was generated from the following file:
- lib/phpspreadsheet/markbaker/complex/classes/src/Operations.php