UNPKG

@stdlib/math-base-special-cfloorn

Version:

Round each component of a double-precision complex floating-point number to the nearest multiple of 10^n toward negative infinity.

6 lines (5 loc) 476 B
"use strict";var o=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var a=o(function(l,u){ var i=require('@stdlib/math-base-special-floorn/dist'),t=require('@stdlib/complex-float64-ctor/dist'),n=require('@stdlib/complex-float64-real/dist'),s=require('@stdlib/complex-float64-imag/dist');function q(e,r){return new t(i(n(e),r),i(s(e),r))}u.exports=q });var v=a();module.exports=v; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map