Exemplo n.º 1
0
 /**
  * Returns the hyperbolic sine of of the angle.
  *
  * @param  number $angle
  * @return number
  */
 public function sinh($angle)
 {
     return $this->executionEngine->sinh($angle);
 }