ฟังก์ชัน tanh() ของออบเจกต์ Math ยอมรับมุม (เป็นเรเดียน) และส่งกลับค่าไฮเปอร์โบลิกแทนเจนต์
ไวยากรณ์
ไวยากรณ์ของมันคือดังต่อไปนี้
Math.tanh(90)
ตัวอย่าง
<html> <head> <title>JavaScript Example</title> </head> <body> <script type="text/javascript"> var result = Math.tanh(90); document.write("Hyperbolic tangent value of the given angle: "+result); </script> </body> </html>
ผลลัพธ์
Hyperbolic tangent value of the given angle: 1