Help for this page

Select Code to Download


  1. or download this
    # gcc a.c
    #include <stdio.h>
    ...
        float x = 226.0;
        if( ABS(x-226.0)>0.00000001 ){ printf("ajaja\n"); }
    }
    
  2. or download this
    perl -V:nvtype -V:nvsize
    nvtype='double';
    nvsize='8';