UNPKG

@stdlib/math-base-special-asind

Version:

Compute the arcsine (in degrees) of a double-precision floating-point number.

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