UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

30 lines 729 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testCases2 = exports.testCases = void 0; exports.testCases = [ [3, 2, 1], [1, 2, 1], [5, 5, 0], [1000000000000000000000001, 10, 4], [-123456789, 123, -90], [-123456789, -123, -90], [0, 60, 0], [1, 60, 1], [60, 0, NaN], [-1, 60, -1], [1, -60, 1] ]; exports.testCases2 = [ ["3", "2", "1"], ["1", "2", "1"], ["5", "5", "0"], ["1000000000000000000000001", "10", "4"], ["-123456789", "123", "-90"], ["-123456789", "-123", "-90"], ["0", "60", "0"], ["1", "60", "1"], ["60", "0", ""], ["-1", "60", "-1"], ["1", "-60", "1"] ]; //# sourceMappingURL=mod-cases.js.map