Asin()

Math::Asin(double) method

Calculates the arcsin of the specified value.

static double System::Math::Asin(double d)

Arguments

ParameterTypeDescription
ddoubleThe value to calculate arcsin of

Return Value

Arcsin of d

See Also