Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.52 KB

File metadata and controls

56 lines (47 loc) · 1.52 KB
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
devlang-javascript
language-reference
tan
JavaScript
TypeScript
DHTML
tan method
Math object
b1b39dc6-ecc9-4189-92af-3149fc9dc9ad
10
mikejo5000
mikejo
ghogen

Math.tan Function (JavaScript)

Returns the tangent of a number.

Syntax

  
Math.tan(  
radians  
)  
  

Remarks

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.

Requirements

[!INCLUDEjsv1]

Applies To: Math Object

See Also

Math.acos Function
Math.asin Function
Math.atan Function
Math.atan2 Function
Math.cos Function
Math.sin Function