Actions
Feature #10131
closedGreatest multiple of r not greater than x
Feature #10131:
Greatest multiple of r not greater than x
Status:
Feedback
Assignee:
-
Target version:
-
Description
It happens too often to me that I want to calculate the greatest multiple of numeric r not greater than numeric x. This can be done by a simple operation below:
but I encounter this operation so often that I think it is an essential operation, and should be done as a single operation. Can any of the existing zero-ary operation be extended to take an optional argument to do this calculation? For example
Actions