@stdlib/math-base-special-cabs
Version:
Compute the absolute value of a double-precision complex floating-point number.
6 lines (5 loc) • 412 B
JavaScript
;var a=function(r,e){return function(){return e||r((e={exports:{}}).exports,e),e.exports}};var t=a(function(v,i){
var u=require('@stdlib/math-base-special-hypot/dist'),s=require('@stdlib/complex-float64-real/dist'),c=require('@stdlib/complex-float64-imag/dist');function n(r){return u(s(r),c(r))}i.exports=n
});var o=t();module.exports=o;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map