Difference between revisions of "Manuals/calci/COS"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''COS(n) |
+ | '''</div><br/> | ||
+ | * where '''n''' is angle in Radians | ||
+ | * by default Calci use Radian as angle | ||
− | + | [[Manuals/calci/DSIN | 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 '''1''' <br/> | |
− | + | * SIN function determines the sine of the given angle. | |
− | Examples | + | == Examples == |
+ | '''SIN(n)''' | ||
+ | *'''n ''' is the angle in radians. | ||
− | + | {|id="TABLE1" class="SpreadSheet blue" | |
− | |||
− | |||
− | |||
− | |||
− | + | |- class="even" | |
+ | |'''SIN(Radian)''' | ||
+ | |'''Value''' | ||
− | + | |- class="odd" | |
− | + | | SIN(0) | |
− | + | | 0 | |
− | |||
− | |||
− | + | |- class="even" | |
+ | | SIN(1) | ||
+ | | 0.8414709848 | ||
− | + | |- class="odd" | |
− | + | |SIN(90) | |
− | + | |0.8939966636 | |
− | - | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− |
Revision as of 05:34, 29 October 2013
COS(n)
- where n is angle 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 1
- 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 |