UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

14 lines 492 B
"use strict"; // test[0] div test[1] = test[2] + test[3] Object.defineProperty(exports, "__esModule", { value: true }); exports.testCases = void 0; // idiv and mod test cases exports.testCases = [ ["3", "2", "1", "1"], ["1", "2", "0", "1"], ["5", "5", "1", "0"], ["1000000000000000000000001", "10", "100000000000000000000000", "1"], ["-123456789", "123", "-1003713", "-90"], ["-123456789", "-123", "1003713", "-90"] ]; //# sourceMappingURL=mod-integer-div-cases.js.map