Calculates the arccosine of a floating point number.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static float Acos(
	float f
)
Visual Basic (Declaration)
Public Shared Function Acos ( _
	f As Single _
) As Single
Visual C++
public:
static float Acos(
	float f
)

Parameters

f
Type: System..::.Single
A floating point number.

Return Value

The arccosine of f.

See Also