Math ऑब्जेक्ट का sinh () फ़ंक्शन एक कोण (रेडियन में) स्वीकार करता है और उसका हाइपरबोलिक साइन मान लौटाता है।
सिंटैक्स
इसका सिंटैक्स इस प्रकार है
Math.sinh(90)
उदाहरण
<html> <head> <title>JavaScript Example</title> </head> <body> <script type="text/javascript"> var result = Math.sinh(90); document.write("Hyperbolic sine value of the given angle: "+result); </script> </body> </html>
आउटपुट
Hyperbolic sine value of the given angle: 6.102016471589204e+38