PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
bower-config
/
node_modules
/
mout
/
src
/
number
define(function(){ /** * "Convert" value into an 32-bit integer. * Works like `Math.floor` if val > 0 and `Math.ceil` if val < 0. * IMPORTANT: val will wrap at 2^31 and -2^31. * Perf tests: http://jsperf.com/vs-vs-parseint-bitwise-operators/7 */ function toInt(val){ // we do not use lang/toNumber because of perf and also because it // doesn't break the functionality return ~~val; } return toInt; });
[-] MAX_INT.js
[edit]
[-] toInt.js
[edit]
[+]
..
[-] MAX_SAFE_INTEGER.js
[edit]
[-] nth.js
[edit]
[-] sign.js
[edit]
[-] toUInt31.js
[edit]
[-] pad.js
[edit]
[-] rol.js
[edit]
[-] MAX_UINT.js
[edit]
[-] enforcePrecision.js
[edit]
[-] isNaN.js
[edit]
[-] abbreviate.js
[edit]
[-] currencyFormat.js
[edit]
[-] toUInt.js
[edit]
[-] MIN_INT.js
[edit]
[-] ordinal.js
[edit]
[-] ror.js
[edit]