fprintf(fi,"printf Test\nTests the speed of text output to stdout (console)\nTime:%f seconds\n\n",(double) (r * POSBB_PRECISIONHIGHEST / precision)/1000);
fprintf( fi,"Math Test\nTest the speed of some math operations (+,-,*,/)\nTime:%f seconds\n\n",(double) (r * POSBB_PRECISIONHIGHEST / precision)/1000);
}
if ((tests | ~(POSBB_TESTFPMATH)) == -1) {
printf("Floating Point Math test in progress...\n");
fprintf( fi,"FPMath Test\nTest the speed of some math operations (+,-,*,/)\nTime:%f seconds\n\n",(double) (r * POSBB_PRECISIONHIGHEST / precision)/1000);