Difference between revisions of "Manuals/calci/SIN"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
== Examples == | == Examples == | ||
− | '''SIN | + | '''SIN(n)''' |
'''n ''' is the angle in radians. | '''n ''' is the angle in radians. | ||
Line 22: | Line 22: | ||
|- class="odd" | |- class="odd" | ||
| class="sshl_f" | Sin(0) | | class="sshl_f" | Sin(0) | ||
− | | class="sshl_f" | | + | | class="sshl_f" | 0 |
|- class="even" | |- class="even" | ||
| class=" " | Sin(1) | | class=" " | Sin(1) | ||
− | | class=" " | | + | | class=" " | 0.8414709848 |
|- class="odd" | | |- class="odd" | | ||
| class=" " |Sin(90) | | class=" " |Sin(90) | ||
− | | class=" " |0 | + | | class=" " |0.8939966636 |
<div id="4Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="4Space_Copy" title="Click and Drag over to AutoFill other cells."></div> | <div id="4Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="4Space_Copy" title="Click and Drag over to AutoFill other cells."></div> | ||
|} | |} |
Revision as of 06:57, 28 October 2013
Syntax
SIN(n)
* where n is in Radians
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.
Radian Value | |
Sin(0) | 0 |
Sin(1) | 0.8414709848 |
Sin(90) | 0.8939966636 |