Difference between revisions of "Manuals/calci/DSIN"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''DSIN'''(n) where '''n '''is the angle in radian. </div> ---- <div id="1SpaceContent" class="zconten...") |
|||
Line 5: | Line 5: | ||
where | where | ||
− | '''n '''is the angle in | + | '''n '''is the angle in degrees. |
</div> | </div> |
Revision as of 11:05, 31 October 2013
DSIN(n)
where
n is the angle in degrees.
DSIN returns the double-precision real sine of its double-precision real argument.
DSIN returns NaN if n is not real
DSIN
Lets see an example in (Column2Row1)
=DSIN(Column1Row1)
Returns 0.707107 for DSIN(45)
Consider another example in (Column2Row2)
=DSIN(Column1Row2)
Returns NaN for DSIN("abc")
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 45 | 0.707107 | 0 | |
Row2 | abc | NaN | 0 | |
Row3 | 0 | 0 | 0 | |
Row4 | 0 | 0 | 0 | 0 |
Row5 | 0 | 0 | 0 | 0 |
Row6 | 0 | 0 | 0 | 0 |
File:Calci1.gif | $ |