Differences Between: [Versions 310 and 311] [Versions 39 and 311]
Function code for the complex multiplication operation
Copyright: | Copyright (c) 2013-2018 Mark Baker (https://github.com/MarkBaker/PHPComplex) |
License: | https://opensource.org/licenses/MIT MIT |
File Size: | 48 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
multiply(...$complexValues) X-Ref |
Multiplies two or more complex numbers param: array of string|integer|float|Complex $complexValues The numbers to multiply return: Complex |