PHP 8.2.30
Preview: floor.js Size: 505 B
//opt/alt/alt-nodejs9/root/lib/node_modules/npm/node_modules/cli-table2/node_modules/lodash/math/floor.js

var createRound = require('../internal/createRound');

/**
 * Calculates `n` rounded down to `precision`.
 *
 * @static
 * @memberOf _
 * @category Math
 * @param {number} n The number to round down.
 * @param {number} [precision=0] The precision to round down to.
 * @returns {number} Returns the rounded down number.
 * @example
 *
 * _.floor(4.006);
 * // => 4
 *
 * _.floor(0.046, 2);
 * // => 0.04
 *
 * _.floor(4060, -2);
 * // => 4000
 */
var floor = createRound('floor');

module.exports = floor;

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
358 B lrw-r--r-- 2021-09-28 11:28:35
Edit Download
491 B lrw-r--r-- 2021-09-28 11:28:35
Edit Download
505 B lrw-r--r-- 2021-09-28 11:28:35
Edit Download
1.80 KB lrw-r--r-- 2021-09-28 11:28:35
Edit Download
1.80 KB lrw-r--r-- 2021-09-28 11:28:35
Edit Download
485 B lrw-r--r-- 2021-09-28 11:28:35
Edit Download
1.31 KB lrw-r--r-- 2021-09-28 11:28:35
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).