Does "int" mean "integral of" or INT (the integer function)? I am going to have to guess.
INT (x) is the greatest integer that is less than or equal to x. If x = 1.2, 2x = 2.4 and INT(2.4) = 2
if f(x)=int(2x) find f(1.2)
1 answer