Asin

asin

Computes the arcsine (inverse sine) of a value, returning radians.

Spec

asin(x)

Parameters

  • x: Numeric, converted to real.

Return value

real arcsine of x in radians.

Example

datatable(val:real)[0, 1]
| extend a = asin(val)
vala
00
11.5707963267948966