home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat28.c */
- /*------------------------------------------------------------------*/
- #include <stdio.h>
- #include <float.h>
-
- void main()
- {
- float a;
- double b = 2e-100;
-
- printf("\n┐∙╗~ñº½e¬║ 87 »B┬I¬¼║A : %X\n", _status87());
-
- a = b;
- printf("┐∙╗~ñº½ß¬║ 87 »B┬I¬¼║A : %X\n", _status87());
-
- _clear87();
- printf("▓M░ú»B┬I¬¼║Aªr▓╒ñº½ß¬║ 87 »B┬I¬¼║A : %X\n", _status87());
- }