Hàm tan () của đối tượng Math chấp nhận một góc (tính bằng radian) và trả về giá trị tiếp tuyến của nó.
Cú pháp
Cú pháp của nó như sau
Math.tan(90)
Ví dụ
<html> <head> <title>JavaScript Example</title> </head> <body> <script type="text/javascript"> var result = Math.tan(90); document.write("Tangent value of the given angle: "+result); </script> </body> </html>
Đầu ra
Tangent value of the given angle: -1.995200412208242