Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>fcos cosine (80387) exception flags: i d u p s</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FCOS              Cosine (80387)              Exception Flags: I D U P S

FCOS

       Logic:      ST . cos(ST)

     FCOS replaces ST with the value of its cosine. The absolute value of ST
                    63
     must be below 2  . If it is not, C2 is set and no calculation is
     performed. If it is, C2 is set to zero, and ST is replaced with its
     cosine. ST is assumed to be in radians.

  --------------------------------------------------------------------------
   Operands            Clocks                         Example
   FADD                123-772                        FCOS
  --------------------------------------------------------------------------

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson