Returns the sine of the specified angle.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Sin(
T value
)
Public Shared Function Sin (
value As T
) As T
public:
static T Sin(
T value
)
static member Sin :
value : 'T -> 'T
Parameters
- value
- Type: T
Return Value
Type:
T
Reference