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 )

Description

This package is not documented yet.

Parameter

float $r

float $theta

Throws

No exceptions thrown.

Note

This function can be called statically.

Calculates the hyperbolic cotangent of a complex number: z = coth(c1) (Previous) Calculates the cosecant of a complex number: z = csc(c1) (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.