Difference between revisions of "Manuals/calci/DEGREES"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''DEGREES(a)'''</div><br/> |
− | + | *'a' is the angle in Radians | |
− | + | ==Description== | |
− | + | *This function gives the angle value in degrees get converted from radians. | |
− | + | *To change radian value to degrees we can use this function, | |
+ | *otherwise we have to multiply the radian value with 180/pi() . | ||
− | Examples | + | ==Examples== |
− | + | *COLUMNS(D5:G8) IS 4,because number of columns in between D5 to G8 is 4 | |
− | + | *COLUMNS(R5:G4) is 12 , because it will considered as G4 to R5 between columns is 12. | |
− | + | *=COLUMNS({2,4,6,8,0;1,3,5,7,9}) is 5, because it is giving the number of constants in the given array. | |
− | |||
− | |||
− | + | ==See Also== | |
− | + | *[[Manuals/calci/COLUMN | COLUMN]] | |
− | + | *[[Manuals/calci/ROW | ROW]] | |
− | |||
− | |||
− | |||
− | + | ==References== | |
− | + | [http://en.wikipedia.org/wiki/Complex_number| Complex Numbers] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:38, 13 November 2013
DEGREES(a)
- 'a' is the angle in Radians
Description
- This function gives the angle value in degrees get converted from radians.
- To change radian value to degrees we can use this function,
- otherwise we have to multiply the radian value with 180/pi() .
Examples
- COLUMNS(D5:G8) IS 4,because number of columns in between D5 to G8 is 4
- COLUMNS(R5:G4) is 12 , because it will considered as G4 to R5 between columns is 12.
- =COLUMNS({2,4,6,8,0;1,3,5,7,9}) is 5, because it is giving the number of constants in the given array.