Difference between revisions of "Manuals/calci/SIN"
Jump to navigation
Jump to search
'
Line 5: | Line 5: | ||
==Description== | ==Description== | ||
− | + | Consider n = 90 then<br /> | |
− | + | =SIN(RADIANS(90)) gives 1 | |
− | Consider n = 90 then<br />=SIN(RADIANS(90)) gives 1 | ||
− | |||
− | |||
− | |||
SIN function determines the sine of the given angle. | SIN function determines the sine of the given angle. | ||
− | |||
− | |||
− | |||
== Examples == | == Examples == | ||
'''SIN'''('''n''') | '''SIN'''('''n''') |
Revision as of 07:52, 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) | 1 |
Sin(1) | 1 |
Sin(90) | 0 |