This PR adds an additional view that allows exponentiation. The exponentiation might seems a little simplistic, but this avoids rounding of the standard library function that would use floating point operations. (This is similar how the MiniZinc built-in function operates).
This PR adds an additional view that allows exponentiation. The exponentiation might seems a little simplistic, but this avoids rounding of the standard library function that would use floating point operations. (This is similar how the MiniZinc built-in function operates).