gcc  -msupersparc -ffast-math -lm find_zero.c -o find_zero
rm -f find_zero.out
find_zero < find_zero.in > find_zero.out
