Sha256: a0058fd9c1897820c56dd06f53b8d5becf52a3b8aa157acaf98c706e5fab200f

Contents?: true

Size: 217 Bytes

Versions: 69

Compression:

Stored size: 217 Bytes

Contents

define(function(){
    /**
     * Round value up with a custom radix.
     */
    function ceil(val, step){
        step = Math.abs(step || 1);
        return Math.ceil(val / step) * step;
    }

    return ceil;
});

Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
trusty-festivity-extension-2.3.1 node_modules/bower/node_modules/mout/src/math/ceil.js
trusty-festivity-extension-2.3.0 node_modules/bower/node_modules/mout/src/math/ceil.js
entangled-0.0.16 spec/dummy/public/node_modules/bower/node_modules/mout/src/math/ceil.js
entangled-0.0.15 spec/dummy/public/node_modules/bower/node_modules/mout/src/math/ceil.js
entangled-0.0.14 spec/dummy/public/node_modules/bower/node_modules/mout/src/math/ceil.js
entangled-0.0.13 spec/dummy/public/node_modules/bower/node_modules/mout/src/math/ceil.js
entangled-0.0.12 spec/dummy/public/node_modules/bower/node_modules/mout/src/math/ceil.js
entangled-0.0.11 spec/dummy/public/node_modules/bower/node_modules/mout/src/math/ceil.js
entangled-0.0.10 spec/dummy/public/node_modules/bower/node_modules/mout/src/math/ceil.js