NAME

ftol - floating point difference test

SYNOPSIS

ftol one=0 two=0 tol=1 [verbose] [debug]

DESCRIPTION

ftol calculates the absolute value of the difference between one and two and if it greater than the value of tol exits with status 1 otherwise exits with status 0.

I wish this could be done otherwise.

OPTIONS

verbose - prints out status

debug- adds some printout as to what is happening


Program index