constructor Math_Complex::Math_Complex

constructor Math_Complex::Math_Complex() – Constructor for Math_Complex

Synopsis

require_once '/Complex.php';

object Math_Complex constructor Math_Complex::Math_Complex ( float $real , float $im )

Description

This package is not documented yet.

Parameter

float $real

Real part of the number

float $im

Imaginary part of the number

Throws

No exceptions thrown.

Note

This function can not be called statically.

Math_Complex: class to represent an manipulate complex numbers (z = a + b*i) (Previous) Returns the magnitude (also referred as norm) of the number (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.