added whole system from ola4doc
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (value) {
|
||||
value = value >>> 0;
|
||||
return value ? 32 - value.toString(2).length : 32;
|
||||
};
|
||||
Reference in New Issue
Block a user