View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Why Cos(45) is not equal 1/Sqrt(2)?

Hi Eric,

COS expects radian, not degrees.
=COS(RADIANS(45)) yields 0.707106781

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Eric" wrote in message ...
| Does anyone have any suggestions how to use Cos function in Excel?
| When I type =cos(45) in cell A1, it returns 0.525322 which is not 1/Sqrt(2).
| Does anyone have any suggestions on how to use Cos?
| Thanks in advance for any suggestions
| Eric