Math_ComplexOp::createFromPolar

Math_ComplexOp::createFromPolar() – 極座標の複素数 z = r*exp(theta*i) を z = a + b*i に変換する

Synopsis

require_once '/ComplexOp.php';

Math_Complex & Math_ComplexOp::createFromPolar ( float $r , float $theta )

Description

This package is not documented yet.

Parameter

float $r

float $theta

Throws

No exceptions thrown.

Note

This function can be called statically.