Math_ComplexOp::createFromPolar
Math_ComplexOp::createFromPolar() – Converts a polar complex z = r*exp(theta*i) to z = a + b*i
Synopsis
require_once '/ComplexOp.php';
Math_Complex
&
Math_ComplexOp::createFromPolar
(
float
$r
,
float
$theta
)
Описание
This package is not documented yet.
Parameter
-
float
$r
-
float
$theta
Throws
No exceptions thrown.
Замечание
This function can be called statically.