| 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 | 
| -π/2 | -1.0 | 
| -π/3 | -√3/2 | 
| -π/4 | -√2/2 | 
| -π/6 | -0.5 | 
| ±0.0 | +0.0 | 
| +π/6 | +0.5 | 
| +π/4 | +√2/2 | 
| +π/3 | +√3/2 | 
| +π/2 | +1.0 | 
Returns sine of x.