This is a beta autodoc build; expect bugs and missing information.
std
math
asin
fn
asin
(
x
:
anytype
)
@TypeOf
(
x
)
[
src
]
Returns the arc-sin of x.
Special Cases:
asin(+-0) = +-0
asin(x) = nan if x < -1 or x > 1
Parameters
x
:
anytype
,