Changes

Jump to navigation Jump to search
25 bytes removed ,  07:29, 14 November 2013
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''DATES(yy,mm,dd)'''</div><br/>
+
<div style="font-size:30px">'''DEGREES(a)'''</div><br/>
   −
*where 'yy' represents the year, 'mm' is the month of the year and 'dd' is the date .
+
*where 'a' is the angle in Radians
       
==Description==
 
==Description==
*This function gives the sequential serial number for the given date.
+
*This function gives the angle value in  degrees get converted from radians.
*Here 'yy' represents the year and it should start from 1 or more than 1.
+
*To change radian value to degrees we can use this function,
*'mm' is the month of the year and it is from 1 to 12(January to December).
+
*otherwise we have to multiply the radian value with 180/pi() .
*'dd' is the date of the month of the year and it is from 1 to 31.
      
==Examples==
 
==Examples==
   −
*DATE(99,2,1)=2/1/99
+
*DEGREES(PI())=180
*DATE(1600,12,31)=12/31/1600
+
*DEGREES(PI()/2)=90
 +
*DEGREES(PI()/4)=45
 +
*DEGREES(0.523598775598)=29.99999 is equivalent to 30
    
==See Also==
 
==See Also==
   −
*[[Manuals/calci/DATEVALUE  | DATEVALUE ]]
+
*[[Manuals/calci/TRIGONMETRY  | TRIGONMETRY]]
*[[Manuals/calci/DAYS | DAYS]]
+
*[[Manuals/calci/FUNCTIONS | FUNCTIONS]]
 +
*[[Manuals/calci/RADIANS | RADIANS]]
 +
 
    
==References==
 
==References==
 
[http://en.wikipedia.org/wiki/Complex_number| Complex Numbers]
 
[http://en.wikipedia.org/wiki/Complex_number| Complex Numbers]
3,314

edits

Navigation menu