Returns the sine of the specified angle.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad Sin(
Quad angle
)
Public Shared Function Sin (
angle As Quad
) As Quad
public:
static Quad Sin(
Quad angle
)
static member Sin :
angle : Quad -> Quad
Parameters
- angle
- Type: Extreme.MathematicsQuad
An angle, measured in radians.
Return Value
Type:
Quad
The sine of
angle. If
angle is equal to System.Double.NaN, System.Double.NegativeInfinity,
or System.Double.PositiveInfinity, this method returns System.Double.NaN.
Reference