                                                               
       ܲ   ߲      ߲     
      ܲ     ۲        
              ۲    
          ۲  ۲        
     ۲    ۲ ܲ   
      ߲   ߲       ߲     
                  -bHd-
                    +o cybult^2oo2                             
                                           November 8th, 2002  
    FPU Calculator v1.0 by cybult                              
                                                               
    This program is an emulator of  floating point unit. Allows
    you computing a lot of arithmetic, trygonometric operations
    and loading few  math constans values from fpu. Usefull for
    programmers, coders, reversers to  make calculating easier.
                                                               
    Already available features:                                
                                                               
    * FADD (Float Add Real)                                    
    * FSUB (Float Substract Real)                              
    * FSUBR (Float Reverse Substract Real)                     
    * FMUL (Float Multiply Real)                               
    * FDIV (Float Divide Real)                                 
    * FDIVR (Float Reverse Divide Real)                        
    * FLDLG2 (Load log (base 10) 2)                            
    * FLDLN2 (Load log (base e) 2)                             
    * FLDL2E (Load log (base 2) e)                             
    * FLDL2T (Load log (base 2) 10)                            
    * FLDPI (Load PI)                                          
    * FABS (Float Absolute Value From Real)                    
    * FCHS (Float Complement Sign)                             
    * FYL2X (Float Compute log (y * log [base 2] x)            
    * F2XM1 (Float Compute Exponential (2^x - 1)               
    * FYL2XP1 (Float Compute Epsilon (y * log [base 2] x)      
    * FSIN (Trigonometric Sine)                                
    * FCOS (Trigonometric Cosine)                              
    * FPTAN (Trigonometric Tangent)                            
    * FSQRT (Float Square Root)                                
    * FSINCOS (Trigonometric Sine And Cosine)                  
    * FRNDINT (Round Real To An Integer)                       
                                                               
        
    All was written in pure win32asm using MASM32 v7.0.        
    Calculator is freeware so whatever happens when you're     
    running this program, I'm not responsible for anything.    
        
                                                               
    Version history:                                           
                                                               
    version 1.0                                                
    + 1st build, implemented most frequently used operations.  
                                                               
                                                               
    Greetings goes to: bart/xt, bswap, tomkol, mansun, smola,  
                       kwasek, cyberbob, virs, poltreak, ged,  
                       picasso, jey, shield, chendler, ronin,  
                       zoomek, chis octavian, sergey golovko,  
                       all people cooperating wit me, thanks.  
                                                               
                                                               
    Please visit my homepage -+ http://www.cybult.cad.pl/ +-   
                                                               
                                                               
    Best regards,                                              
                                                               
    cybult                                                     
    cybult@poczta.onet.pl                                eof.  
