Math_TrigOp::cot

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

Synopsis

require_once 'TrigOp.php';

mixed Math_TrigOp::cot ( 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.