constructor Math_Complex::Math_Complex()

constructor Math_Complex::Math_Complex()  -- Math_Complex のコンストラクタ

概要

require_once '/Complex.php';

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

説明

このパッケージに関する文書は、未作成です。

パラメータ

float $real

数の実数部。

float $im

数の虚数部。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。