constructor Math_Complex::Math_Complex

constructor Math_Complex::Math_Complex() – 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

数の実数部。

float $im

数の虚数部。

Throws

No exceptions thrown.

Note

This function can not be called statically.