Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> Javascript

ฟังก์ชัน Math.cos() ใน JavaScript


ฟังก์ชัน cos() ของออบเจกต์ Math ยอมรับมุม (เป็นเรเดียน) และส่งกลับค่าโคไซน์

ไวยากรณ์

ไวยากรณ์ของมันคือดังต่อไปนี้

Math.cos(90)

ตัวอย่าง

<html>
<head>
   <title>JavaScript Example</title>
</head>
<body>
   <script type="text/javascript">
      var result = Math.cos(90);
      document.write("cosine value of the given angle: "+result);
   </script>
</body>
</html>

ผลลัพธ์

cosine value of the given angle: -0.4480736161291702