* Add remainder in the C++ backend * Add the python binding and test
- The exponent and base were swapped because accelerate is using exponent-base instead of base-exponent - Fix also the test for binary ops as it was testing op(x, x) which couldn't catch ordering errors like that
* Add CircleCI configuration