| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Math.tan Function (JavaScript) | Microsoft Docs |
01/18/2017 |
windows-client-threshold |
|
language-reference |
|
|
|
b1b39dc6-ecc9-4189-92af-3149fc9dc9ad |
10 |
mikejo5000 |
mikejo |
ghogen |
Returns the tangent of a number.
Math.tan(
radians
)
The required radians argument is a numeric expression that contains an angle measured in radians.
The return value is the tangent of the numeric argument of radians.
[!INCLUDEjsv1]
Applies To: Math Object
Math.acos Function
Math.asin Function
Math.atan Function
Math.atan2 Function
Math.cos Function
Math.sin Function