I am trying to use the truncate function in scheme and DrRacket keeps issuing this message
ProblemA.rkt:27:46: truncate: this function is not defined in: truncate
Is there an import or something I can add so the compiler can find the library for truncate?
Basically I want to do integer division in scheme so 98/10 = 9 instead of 9.8 but the truncate function isn't working.