Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.8/es-abstract/2021/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.8/es-abstract/2021/floor.js

'use strict';

// var modulo = require('./modulo');
var $floor = Math.floor;

// http://262.ecma-international.org/11.0/#eqn-floor

module.exports = function floor(x) {
	// return x - modulo(x, 1);
	if (typeof x === 'bigint') {
		return x;
	}
	return $floor(x);
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists