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