IMathSin Method

Sinus with special cases for rounding problems.

Definition

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

Parameters

angleGRAD  Double
Angle in degree.

Return Value

Double
Sinus of the angle.

See Also