ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Complex Namespace Reference

Autoloader for Complex classes. More...

Data Structures

class  Autoloader
 
class  Complex
 
class  Exception
 

Detailed Description

Autoloader for Complex classes.

Function code for the complex subtraction operation.

Function code for the complex multiplication operation.

Function code for the complex division operation.

Function code for the complex addition operation.

Function code for the complex theta() function.

Function code for the complex tanh() function.

Function code for the complex tan() function.

Function code for the complex sqrt() function.

Function code for the complex sinh() function.

Function code for the complex sin() function.

Function code for the complex sech() function.

Function code for the complex sec() function.

Function code for the complex rho() function.

Function code for the complex pow() function.

Function code for the complex negative() function.

Function code for the complex log2() function.

Function code for the complex log10() function.

Function code for the complex ln() function.

Function code for the complex inverse() function.

Function code for the complex exp() function.

Function code for the complex csch() function.

Function code for the complex csc() function.

Function code for the complex coth() function.

Function code for the complex cot() function.

Function code for the complex cosh() function.

Function code for the complex cos() function.

Function code for the complex conjugate() function.

Function code for the complex atanh() function.

Function code for the complex atan() function.

Function code for the complex asinh() function.

Function code for the complex asin() function.

Function code for the complex asech() function.

Function code for the complex asec() function.

Function code for the complex argument() function.

Function code for the complex acsch() function.

Function code for the complex acsc() function.

Function code for the complex acoth() function.

Function code for the complex acot() function.

Function code for the complex acosh() function.

Function code for the complex acos() function.

Function code for the complex abs() function.

Exception.

Complex Number object.

Class for the management of Complex numbers.

@method float abs() @method Complex acos() @method Complex acosh() @method Complex acot() @method Complex acoth() @method Complex acsc() @method Complex acsch() @method float argument() @method Complex asec() @method Complex asech() @method Complex asin() @method Complex asinh() @method Complex atan() @method Complex atanh() @method Complex conjugate() @method Complex cos() @method Complex cosh() @method Complex cot() @method Complex coth() @method Complex csc() @method Complex csch() @method Complex exp() @method Complex inverse() @method Complex ln() @method Complex log2() @method Complex log10() @method Complex negative() @method Complex pow(int|float $power) @method float rho() @method Complex sec() @method Complex sech() @method Complex sin() @method Complex sinh() @method Complex sqrt() @method Complex tan() @method Complex tanh() @method float theta() @method Complex add(...$complexValues) @method Complex subtract(...$complexValues) @method Complex multiply(...$complexValues) @method Complex divideby(...$complexValues) @method Complex divideinto(...$complexValues)