UNPKG

@stdlib/math-base-special-cabsf

Version:

Compute the absolute value of a single-precision complex floating-point number.

6 lines (5 loc) 413 B
"use strict";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-hypotf/dist'),s=require('@stdlib/complex-float32-real/dist'),c=require('@stdlib/complex-float32-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