Click or drag to resize

CMATHrArcCos Method

Calculate the arccosine

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rArcCos(
	double val
)

public static double rArcCos(
	double val
)

Parameters

val
Type: SystemDouble
Real

Return Value

Type: Double
Real
Remarks
Dummy values or values < -1 or > 1 return dummy
See Also