ম্যাথ অবজেক্টের cosh() ফাংশন একটি কোণ গ্রহণ করে (রেডিয়ানে) এবং এর হাইপারবোলিক কোসাইন মান প্রদান করে।
সিনট্যাক্স
এর সিনট্যাক্স নিম্নরূপ
Math.cosh(90)
উদাহরণ
<html> <head> <title>JavaScript Example</title> </head> <body> <script type="text/javascript"> var result = Math.cosh(90); document.write("Hyperbolic cosine value of the given angle: "+result); </script> </body> </html>
আউটপুট
Hyperbolic cosine value of the given angle: 6.102016471589204e+38