I have searched the forum and found some discussion on a "missing" math function, specifically the integer divider function. Not having found an implementation of either "\" or "div", what is the proper way to divide two integers and return the correct answer?
If "55 / 10" returns 5 then what function do I use to return 5.5?
If "55 / 10" returns 5 then what function do I use to return 5.5?