Add FLOOR and MODULO for report calculations

Currently it’s not possible to (easily) do certain operation in reports due to no FLOOR and MODULO numerical operators not existing. (Of course you can kinda work around that with CEIL - 1 and manual modulo but those formulas end up being quite long.

Also I feel like the Reports scripting language should be the same as the normal field formulas which does have RoundDown already?