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