Difference between revisions of "Manuals/calci/SIN"

From ZCubes Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
* where '''n''' is in Radians
 
* where '''n''' is in Radians
 
* by default Calci use Radian as angle
 
* by default Calci use Radian as angle
 +
 +
[[DSIN]] can be used if the angle is in degrees.
 +
 +
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.
  
 
==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;'''0.8939966636''' <br/>
 
Consider &nbsp;&nbsp;&nbsp; '''n = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=SIN(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''0.8939966636''' <br/>
 
* SIN function determines the sine of the given angle.
 
* SIN function determines the sine of the given angle.
* Its possible to click and Drag to resize CALCI Column/Row/Cell
+
 
* Its possible to Click and Drag over to AutoFill other cells.
 
  
 
== Examples ==
 
== Examples ==
Line 17: Line 22:
  
 
|- class="even"
 
|- class="even"
| class=" " |'''Sin(Radian)'''
+
| class=" " |'''SIN(Radian)'''
 
| class=" " |'''Value'''
 
| class=" " |'''Value'''
  
 
|- class="odd"
 
|- class="odd"
| class="sshl_f" | Sin(0)
+
| class="sshl_f" | SIN(0)
 
| class="sshl_f" | 0
 
| class="sshl_f" | 0
  
 
|- class="even"
 
|- class="even"
| class="  " | Sin(1)
+
| class="  " | SIN(1)
 
| class=" " | 0.8414709848
 
| class=" " | 0.8414709848
  
 
|- class="odd" |  
 
|- class="odd" |  
| class=" " |Sin(90)
+
| class=" " |SIN(90)
 
| class=" " |0.8939966636
 
| class=" " |0.8939966636
  
 
|}
 
|}

Revision as of 00:24, 29 October 2013

SIN(n)


  • where n is in Radians
  • by default Calci use Radian as angle

DSIN can be used if the angle is in degrees.

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.

Description

Consider     n = 90    then     =SIN(RADIANS(90))    gives    0.8939966636

  • SIN function determines the sine of the given angle.


Examples

SIN(n)

  • n   is the angle in radians.
SIN(Radian) Value
SIN(0) 0
SIN(1) 0.8414709848
SIN(90) 0.8939966636