@stdlib/math-iter-special-hacovercos
Version:
Create an iterator which computes the half-value coversed cosine 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 i=s(function(n,t){
var a=require('@stdlib/math-iter-tools-map/dist'),c=require('@stdlib/math-base-special-hacovercos/dist');function o(e){return a(e,c)}t.exports=o
});var u=i();module.exports=u;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map