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