Click or drag to resize

NMathFunctionsAsin(Single) Method

Calculates the arcsine of a floating point number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Asin(
	float f
)

Parameters

f  Single
A floating point number.

Return Value

Single
The arcsine of f.
See Also