ILNumerics.Net - numeric computing for .NET
Arcus cosinus of input

Namespace:  ILNumerics
Assembly:  ILNumerics.Net (in ILNumerics.Net.dll)
Version: 1.3.12.0 (0.9.28.0)

Syntax

C#
public static complex Acos(
	double input
)
Visual Basic (Declaration)
Public Shared Function Acos ( _
	input As Double _
) As complex
Visual C++
public:
static complex Acos(
	double input
)

Parameters

input
Type: System..::.Double
input value

Return Value

Arcus cosinus of input

See Also