Computer >> Máy Tính >  >> Lập trình >> Javascript

Hàm Math.cosh () trong JavaScript

Hàm cosh () của đối tượng Math chấp nhận một góc (tính bằng radian) và trả về giá trị cosin hyperbol của nó.

Cú pháp

Cú pháp của nó như sau

Math.cosh(90)

Ví dụ

<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>

Đầu ra

Hyperbolic cosine value of the given angle: 6.102016471589204e+38