Manuals/calci/DSIN
DSIN(n)
where
n is the angle in radian.
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 | $ |