Math_ComplexOp::asinReal

Math_ComplexOp::asinReal() – Calculates the complex inverse sine of a real number: z = asinReal(r):

Synopsis

require_once '/ComplexOp.php';

Math_Complex & Math_ComplexOp::asinReal ( float $r )

Description

This package is not documented yet.

Parameter

float $r

Throws

No exceptions thrown.

Note

This function can be called statically.

Calculates the inverse hyperbolic sine of a complex number: z = asinh(c1) (Previous) Calculates the inverse tangent of a complex number: z = atan(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.