```rego package test x = (12/3)%3 ``` results in ``` errors: --- error: modulo on floating-point number code: eval_builtin_error (errorast (%)) ```