EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.TanDeg Method (Int32)

Computes the Tangent of the Angle, given the Angle in Degrees, using Tan.

[Visual Basic]
Overloads Public Shared Function TanDeg( _
   ByVal angleInDegrees As Integer _
) As Decimal
[C#]
public static decimal TanDeg(
   int angleInDegrees
);

Parameters

angleInDegrees
Angle in Degrees

Return Value

Tangent of the Angle

See Also

DecimalOps Class | Esb.Math Namespace | DecimalOps.TanDeg Overload List