Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Maths and Trigonometry > RADIANS

 

RADIANS(angle)

 
 Returns the number of radians given a number of degrees.

 angleThe angle in degrees you want to convert.

 REMARKS
 
  • If "angle" is not numeric, then #VALUE! is returned.

     EXAMPLES
     
     A
    1=RADIANS(180) = 3.142
    2=RADIANS(90) = 1.571
    3=RADIANS(45) = 0.785
    4=RADIANS(1000) = 17.453
    5=RADIANS("some text") = #VALUE!
     

     Functions - R | Index - R | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top