Function __global->sinh

Definitions

sources_custom/phpstub.php

  • Hyperbolic sine.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: float

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$in float No No required parameter N/A N/A In

Returns

  • Out
  • Type: float
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Hyperbolic sine.
 *
 * @param  float $in In
 * @return float Out
 */

function sinh(float $in) : float