Help for this page

Select Code to Download


  1. or download this
    #define _CRT_SECURE_NO_WARNINGS 1
    #include <stdio.h>
    ...
        printf( "y now contains: %g\n", y );
        return 0;
    }
    
  2. or download this
    C:\test>intOverflow.exe
    x contains: 4.94066e-324 before dividing by 2
    ...
    y contains: 4.94066e-324 before dividing by 2
    Floating point underflow exception occurred
    y now contains: 4.94066e-324