Пример #1
0
 /**
  * Returns the hyperbolic cosine of the angle.
  *
  * @param  float $angle
  * @return float
  */
 public function cosh($angle)
 {
     return (double) $this->executionEngine->cosh($angle);
 }