# ASIN

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function calculates the arcsine, that is, the angle whose sine is the specified value.

## Syntax

ASIN(*value*)

## Arguments

For the argument, specify the sine of the angle you want to return, which must be a value between –1 and 1.

## Remarks

The result angle is in radians between –PI/2 and PI/2. If you want to convert the result to degrees, multiply the result by 180/PI.

## Data Types

Accepts numeric data. Returns numeric data.

## Examples

`ASIN(B3)`
`ASIN(R3C2)`
`ASIN(0.5)` gives the result 0.5235987756

## Version Available

This function is available in product version 1.0 or later.

## See Also

[ACOS](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionACOS) \| [SIN](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsRtoS/FunctionSIN) \| [SINH](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsRtoS/FunctionSINH) \| [Math and Trigonometry Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsmathtrig)