If f(x) = int(x), find the given functional value.


1. f(-14.321)

depends on how int(x) is defined

Back in my days of BASIC and FORTRAN programming in the 60's
INT(X) was defined as the largest integer
less than or equal to the expression."

then INT(-14.321) = -15

-however, if I trust my memory, the FORTRAN compiler would have given us -14