@stdlib/math-iter-special-floor
Version:
Create an iterator which rounds each iterated value toward negative infinity.
6 lines (5 loc) • 358 B
JavaScript
;var o=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var i=o(function(p,t){
var u=require('@stdlib/math-iter-tools-map/dist'),s=require('@stdlib/math-base-special-floor/dist');function a(e){return u(e,s)}t.exports=a
});var n=i();module.exports=n;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map