👉 The term "truncator" is often used in mathematics and statistics to denote a function that returns the largest integer less than or equal to a given value. For example, if we have an input variable x, the truncator function could be defined as:
x -> floor(x)
In this case, if the input variable x is 10, the output of the truncator function would be 9 because 10 is greater than or equal to 9.
Truncators are
truncator