Difference between revisions of "Documentation/How Tos/Calc: RADIANS function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 3: Line 3:
 
== RADIANS ==
 
== RADIANS ==
 
Converts degrees to radians.
 
Converts degrees to radians.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 9: Line 8:
  
 
: <tt>'''degrees'''</tt> is the angle in degrees to be converted to radians.
 
: <tt>'''degrees'''</tt> is the angle in degrees to be converted to radians.
 
 
   
 
   
 
=== Example: ===
 
=== Example: ===
 
<tt>'''RADIANS(90)'''</tt>
 
<tt>'''RADIANS(90)'''</tt>
 
: returns <tt>'''1.5707963267949'''</tt>, which is <tt>'''PI/2'''</tt> to Calc's accuracy.
 
: returns <tt>'''1.5707963267949'''</tt>, which is <tt>'''PI/2'''</tt> to Calc's accuracy.
 
  
 
===See also:===
 
===See also:===

Revision as of 06:40, 2 March 2008


RADIANS

Converts degrees to radians.

Syntax:

RADIANS(degrees)

degrees is the angle in degrees to be converted to radians.

Example:

RADIANS(90)

returns 1.5707963267949, which is PI/2 to Calc's accuracy.

See also:

DEGREES, PI

Mathematical functions

Personal tools