Math_TrigOp::coth

Math_TrigOp::coth() – Calcule la cotangente hyperbolique d'un paramètre

Synopsis

require_once 'TrigOp.php';

mixed Math_TrigOp::coth ( float $x )

Description

This package is not documented yet.

Parameter

float $x

Return value

Retourne un nombre à virgule flottante en cas de succès, ou un objet PEAR_Error si une erreur survient.

Throws

No exceptions thrown.

Note

This function can not be called statically.