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
)
Описание
This package is not documented yet.
Parameter
-
float
$r
Throws
No exceptions thrown.
Замечание
This function can be called statically.