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