IMathCos Method

Cosinus with special cases for rounding problems.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static double Cos(
	double angleGRAD
)

Parameters

angleGRAD  Double
Angle in degree.

Return Value

Double
Cosinus of the angle.

See Also