asin

Computes arc-sine of the given value.

@safe @nogc nothrow pure pragma(inline, true)
T
asin
(
T
)
(
T x
)
if (
__traits(isFloating, T)
)

Parameters

x T

The value

Return Value

Type: T

The arc-sine of x.

Meta