Difference between revisions of "Manuals/calci/SIN"
Jump to navigation
Jump to search
(→Syntax) |
|||
Line 2: | Line 2: | ||
<div style="font-size:30px">'''SIN(n)'''</div><br/> | <div style="font-size:30px">'''SIN(n)'''</div><br/> | ||
− | + | * where '''n''' is in Radians | |
==Description== | ==Description== |
Revision as of 06:58, 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 |