IMathTNumericSin Method
Returns the sine of the specified angle.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Sin(
TNumeric x
)
Function Sin (
x As TNumeric
) As TNumeric
TNumeric Sin(
TNumeric x
)
abstract Sin :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- An angle, measured in radians.
TNumericThe sine of
x.
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.