ReferenceExcel FormulasSupported FormulasCOSOn this pageCOS The COS function returns the cosine of an angle specified in radians. Syntax =COS(number) Parameters number: The angle in radians for which you want the cosine Examples =COS(0) // Returns 1=COS(PI()) // Returns -1=COS(PI()/2) // Returns 0