Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the SIN function. |
Examples
Sine of 90 degrees
=SIN(PI()/2)
Sine of 30 degrees
=SIN(RADIANS(30))
Wave calculation
=5*SIN(2*PI()*A1/12)
Common Errors
Non-numeric input returns #VALUE!. The argument must be a number (in radians).
Tips
SIN expects radians, not degrees. SIN(90) does NOT give 1 — that's 90 radians. Use =SIN(RADIANS(90)) for degrees.
Model seasonal data with =amplitude*SIN(2*PI()*(period_position-phase)/period_length). Adjust phase to shift the peak.
SIN(0)=0, SIN(π/6)=0.5, SIN(π/4)≈0.707, SIN(π/3)≈0.866, SIN(π/2)=1. These are the standard reference angles.
Try SIN in Viztab
Import your data and use SIN with 370+ other formulas. No signup required.
Open Viztab