UNPKG

@stdlib/math-base-special-asecf

Version:

Compute the inverse (arc) secant of a single-precision floating-point number.

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