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>fsqrt square root exception flags: i d p</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FSQRT             Square Root                 Exception Flags: I D P

FSQRT

       Logic:      ST . square root (ST)

     FSQRT replaces the value in ST with its square root. ST must be in the
     range -0 . ST . +..

     Taking the square root of a negative value results in an invalid
     operation, unless you take the square root of -0.0, which is defined to
     be -0.0.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FSQRT               180-186          3             FSQRT
  --------------------------------------------------------------------------

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