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