View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Carlos Antenna
 
Posts: n/a
Default how to use trigonometric functions in Excel?

Syntax

SIN(number)

Number is the angle in radians for which you want the sine.

Remark

If your argument is in degrees, multiply it by PI()/180 or use the RADIANS
function to convert it to radians.

--
Carlos



"JohnP" wrote in message
...