QCOS
From MCS Wiki AVR
(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Returns the Co Sinus of an integer <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> ...") |
|||
Line 44: | Line 44: | ||
= <span class="f_Header">See Also</span> = | = <span class="f_Header">See Also</span> = | ||
− | [[ | + | [[QSIN]] |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> |
Latest revision as of 23:56, 12 December 2014
Contents |
Action
Returns the Co Sinus of an integer
Syntax
var = QCOS( source )
Remarks
Var |
A numeric integer variable that is assigned with sinus of variable source. |
source |
The integer variable to get the Co Sinus of. |
Integer SIN and COS use a lookup table to determine the Sinus or Co sinus. Qsin and Qcos are used by some of the FT800 routines.
See Also
Example
NONE
Languages | English |
---|