Rounding & Truncating

This would round to the nearest integer, but you could also use a graph if you have one available in the activity.

rounded_value = simpleFunction("\operatorname{round}(k)",“k”).evaluateAt(value)

As for truncate, I don’t believe there is such a function. There is a ceiling and floor function, so if you know the signed value, you can use one of those.