home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a120 / 1.ddi / WATCOM_C / WAT28.C < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-14  |  535 b   |  20 lines

  1. /*------------------------------------------------------------------*/
  2. /* ╡{ªí└╔ªW║┘: wat28.c                                              */
  3. /*------------------------------------------------------------------*/
  4. #include <stdio.h>
  5. #include <float.h>
  6.  
  7. void main()
  8. {
  9.    float a;
  10.    double b = 2e-100;
  11.  
  12.    printf("\n┐∙╗~ñº½e¬║ 87 »B┬I¬¼║A : %X\n", _status87());
  13.  
  14.    a = b;
  15.    printf("┐∙╗~ñº½ß¬║ 87 »B┬I¬¼║A : %X\n", _status87());
  16.  
  17.    _clear87();
  18.    printf("▓M░ú»B┬I¬¼║Aªr▓╒ñº½ß¬║ 87 »B┬I¬¼║A : %X\n", _status87());
  19. }
  20.