@stdlib/math-base-special-cscd
Version:
Compute the cosecant of a degree.
6 lines (5 loc) • 373 B
JavaScript
;var t=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var s=t(function(v,i){
var a=require('@stdlib/math-base-special-sin/dist'),u=require('@stdlib/math-base-special-deg2rad/dist');function c(e){var r=u(e);return 1/a(r)}i.exports=c
});var n=s();module.exports=n;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map