UNPKG

@stdlib/math-base-special-acscdf

Version:

Compute the arccosecant (in degrees) of a single-precision floating-point number.

6 lines (5 loc) 426 B
"use strict";var i=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var t=i(function(q,a){ var s=require('@stdlib/math-base-special-rad2degf/dist'),u=require('@stdlib/math-base-special-acscf/dist'),c=require('@stdlib/number-float64-base-to-float32/dist');function o(e){return s(u(c(e)))}a.exports=o });var f=t();module.exports=f; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map