Sha256: 8a54cb2bbcf620e405727f7e6835c5871bc29de920679e38067e729748b5c0fb

Contents?: true

Size: 358 Bytes

Versions: 153

Compression:

Stored size: 358 Bytes

Contents

/**
 * Adds two numbers.
 *
 * @static
 * @memberOf _
 * @category Math
 * @param {number} augend The first number to add.
 * @param {number} addend The second number to add.
 * @returns {number} Returns the sum.
 * @example
 *
 * _.add(6, 4);
 * // => 10
 */
function add(augend, addend) {
  return (+augend || 0) + (+addend || 0);
}

module.exports = add;

Version data entries

153 entries across 80 versions & 8 rubygems

Version Path
ilog-0.4.1 node_modules/contents/node_modules/lodash/math/add.js
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/math/add.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/math/add.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/math/add.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/math/add.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/math/add.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/math/add.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/math/add.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/math/add.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/math/add.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/math/add.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/math/add.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/math/add.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/math/add.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/math/add.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/math/add.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/math/add.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/math/add.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/math/add.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/math/add.js