Changes

No change in size ,  11:37, 29 October 2013
no edit summary
Line 4: Line 4:  
* by default Calci use Radian as angle
 
* by default Calci use Radian as angle
   −
[[Manuals/calci/DSIN | DSIN]] can be used if the angle is in degrees.  
+
[[Manuals/calci/DCOS | DCOS]] can be used if the angle is in degrees.  
    
The angle can be a single value or any complex array of values.
 
The angle can be a single value or any complex array of values.
   −
For example SIN(1..100) can give an array of the results, which is the SIN value for each of the elements in the array. The array could be of any shape.  
+
For example COS(1..100) can give an array of the results, which is the SIN value for each of the elements in the array. The array could be of any shape.  
    
==Description==
 
==Description==
Consider &nbsp;&nbsp;&nbsp; '''n = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=SIN(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''1''' <br/>
+
Consider &nbsp;&nbsp;&nbsp; '''n = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=COS(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''1''' <br/>
* SIN function determines the sine of the given angle.
+
* COS function determines the sine of the given angle.
    
== Examples ==
 
== Examples ==
'''SIN(n)'''
+
'''COS(n)'''
 
*'''n  ''' is the angle in radians.
 
*'''n  ''' is the angle in radians.
  
3,314

edits