@stdlib/math-base-special-hacoversin
Version:
Compute the half-value coversed sine.
6 lines (5 loc) • 313 B
JavaScript
;var t=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var s=t(function(o,i){
var n=require('@stdlib/math-base-special-sin/dist');function u(e){return(1-n(e))/2}i.exports=u
});var a=s();module.exports=a;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map