|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for Complex:Public Member Functions | |
| __construct ($realPart, $imaginaryPart=null, $suffix='i') | |
| getReal () | |
| getImaginary () | |
| getSuffix () | |
| __toString () | |
Static Public Member Functions | |
| static | _parseComplex ($complexNumber) |
Private Attributes | |
| $realPart = 0 | |
| $imaginaryPart = 0 | |
| $suffix = NULL | |
Definition at line 3 of file Complex.php.
| Complex::__construct | ( | $realPart, | |
$imaginaryPart = null, |
|||
$suffix = 'i' |
|||
| ) |
Definition at line 62 of file Complex.php.
References $imaginaryPart, $realPart, $suffix, and _parseComplex().
Here is the call graph for this function:| Complex::__toString | ( | ) |
Definition at line 95 of file Complex.php.
References $suffix.
|
static |
Definition at line 9 of file Complex.php.
Referenced by __construct().
Here is the caller graph for this function:| Complex::getImaginary | ( | ) |
Definition at line 85 of file Complex.php.
References $imaginaryPart.
| Complex::getReal | ( | ) |
Definition at line 80 of file Complex.php.
References $realPart.
| Complex::getSuffix | ( | ) |
|
private |
Definition at line 6 of file Complex.php.
Referenced by __construct(), and getImaginary().
|
private |
Definition at line 5 of file Complex.php.
Referenced by __construct(), and getReal().
|
private |
Definition at line 7 of file Complex.php.
Referenced by __construct(), __toString(), and getSuffix().