ReferenceExcel FormulasSupported FormulasSINOn this pageSIN The SIN function returns the sine of an angle specified in radians. Syntax =SIN(number) Parameters number: The angle in radians for which you want the sine Examples =SIN(0) // Returns 0=SIN(PI()/2) // Returns 1=SIN(PI()) // Returns 0 (approximately)