Home
last modified time | relevance | path

Searched refs:subtract (Results 201 – 204 of 204) sorted by path

123456789

/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js16469 var subtract = createMathOperation(function(minuend, subtrahend) {
16815 lodash.subtract = subtract;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js21340 assert.strictEqual(_.subtract(6, 4), 2);
21341 assert.strictEqual(_.subtract(-6, 4), -10);
21342 assert.strictEqual(_.subtract(-6, -4), -2);
21348 assert.strictEqual(_.subtract('6', '4'), 2);
21349 assert.deepEqual(_.subtract('x', 'y'), NaN);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt17374 …definite. To it there is nothing to add and from it there is nothing to subtract; but the [true] G…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js44231 }, $.subtract = function (t, e) {

123456789