3. Ceiling functions are quite easy in TI-Basic. Here is the code:
Code::y→0-(int(0-x))
Note: y represents the variable you want to store the ceiling function in (if you don't want to store it, you could put something else instead of y and the arrow), and x represents the number you want to do a ceiling function on.
Shouldn't it be the other way around though?
Code:
:-(int(-x))→y