UNPKG

@stdlib/math-strided-special-acosh-by

Version:

Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.

8 lines (7 loc) 683 B
"use strict";var n=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var o=n(function(g,c){ var h=require('@stdlib/strided-base-map-by/dist'),B=require('@stdlib/math-base-special-acosh/dist');function m(e,r,a,s,t,u,i){return h(e,r,a,s,t,B,u,i)}c.exports=m });var q=n(function(j,y){ var x=require('@stdlib/strided-base-map-by/dist').ndarray,f=require('@stdlib/math-base-special-acosh/dist');function l(e,r,a,s,t,u,i,p,d){return x(e,r,a,s,t,u,i,f,p,d)}y.exports=l });var O=require('@stdlib/utils-define-nonenumerable-read-only-property/dist'),v=o(),R=q();O(v,"ndarray",R);module.exports=v; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map