exports.MINUS = function (num1, num2) {
  if (arguments.length !== 2) {
    return error.na;
  }