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

Hàm Math.sinh () trong JavaScript

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

Cú pháp

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

Math.sinh(90)

Ví dụ

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

Đầu ra

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