Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.54 KB

File metadata and controls

53 lines (45 loc) · 1.54 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.asin Function (JavaScript) | Microsoft Docs
01/18/2017
windows-client-threshold
devlang-javascript
language-reference
asin
JavaScript
TypeScript
DHTML
asin method
arcsine method
735a99a6-1693-45c5-9e9e-fb82771476f5
15
mikejo5000
mikejo
ghogen

Math.asin Function (JavaScript)

Returns the arcsine of a number.

Syntax

  
Math.asin(number)   

Remarks

The required number argument is a numeric expression for which the arcsine is needed.

The return value is the arcsine of the number argument, in radians.

Applies To: Math Object

Requirements

[!INCLUDEjsv1]

See Also

Math.acos Function
Math.atan Function
Math.cos Function
Math.sin Function
Math.tan Function
Math Object