prashantp995 / SOEN_6011

Individual repository for the SOEN 6011

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOEN_6011_Summer_2019 (ID : 40046876) F3 : sinh(x)

Individual repository for the SOEN 6011 , implementation of sinh(x) function :hyperbolic sine

Definition and how to calculate

Hyperbolic sine: it is odd part of the exponential function .

sinh(x)= 1/2(e^x−e^−x)

Domain

(-∞ , + ∞)

Co Domain

(-∞ , + ∞)

Characteristics

sinh(x) ≈ cosh (x) for large x. sinh(x) ≈ −cosh (x) for large negative x.

Reference

http://www.mathcentre.ac.uk/resources/workbooks/mathcentre/hyperbolicfunctions.pdf https://www.analyzemath.com/DomainRange/domain_range_functions.html

About

Individual repository for the SOEN 6011


Languages

Language:Java 69.9%Language:TeX 30.1%