func_maths_sinh.rst 252 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_maths_sinh:
  2. ====
  3. Sinh
  4. ====
  5. Sinh -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. Sinh:Double( x:Double )
  10. Hyperbolic sine of @x
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Nothing.
  16. Examples
  17. ========
  18. See Also
  19. ========