| InvalidOperationException | x is signaling NaN or ±∞ | 
| UnderflowException | result is too small to be represented | 
| InexactException | the result is inexact | 
| x | sin(x) | 
|---|---|
| NaN | NaN | 
| ±∞ | NaN | 
| -1/2 | -1.0 | 
| -1/3 | -√3/2 | 
| -1/4 | -√2/2 | 
| -1/6 | -0.5 | 
| ±0.0 | +0.0 | 
| +1/6 | +0.5 | 
| +1/4 | +√2/2 | 
| +1/3 | +√3/2 | 
| +1/2 | +1.0 | 
Returns sine of x*π.