licenses.dev

@stdlib/math-strided-special-asin-by v0.2.0

Compute the arcsine of each element retrieved from an input strided array via a callback function.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0125
PackageRelationDependenciesPublished
@stdlib/array-base-accessor-getter • 0.2.2Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.INDIRECT0
@stdlib/array-base-accessor-setter • 0.2.2Return an accessor function for setting an element in an array-like object supporting the get/set protocol.INDIRECT0
@stdlib/array-base-assert-is-accessor-array • 0.2.2Test if an array-like object supports the accessor (get/set) protocol.INDIRECT0
@stdlib/array-base-assert-is-complex128array • 0.2.2Test if a value is a Complex128Array.INDIRECT0
@stdlib/array-base-assert-is-complex64array • 0.2.2Test if a value is a Complex64Array.INDIRECT0
@stdlib/array-base-getter • 0.2.2Return an accessor function for retrieving an element from an indexed array-like object.INDIRECT0
@stdlib/array-base-setter • 0.2.2Return an accessor function for setting an element in an indexed array-like object.INDIRECT0
@stdlib/array-complex128 • 0.2.1Complex128Array.INDIRECT88
@stdlib/array-complex64 • 0.2.1Complex64Array.INDIRECT87
@stdlib/array-dtype • 0.2.1Return the data type of an array.INDIRECT122
@stdlib/array-float32 • 0.2.2Float32Array.INDIRECT8
@stdlib/array-float64 • 0.2.2Float64Array.INDIRECT7
@stdlib/array-int16 • 0.2.2Int16Array.INDIRECT9
@stdlib/array-int32 • 0.2.2Int32Array.INDIRECT9
@stdlib/array-int8 • 0.2.2Int8Array.INDIRECT9
@stdlib/array-uint16 • 0.2.2Uint16Array.INDIRECT8
@stdlib/array-uint32 • 0.2.2Uint32Array.INDIRECT8
@stdlib/array-uint8 • 0.2.2Uint8Array.INDIRECT8
@stdlib/array-uint8c • 0.2.2Uint8ClampedArray.INDIRECT7
@stdlib/assert-has-float32array-support • 0.2.2Detect native Float32Array support.INDIRECT7
@stdlib/assert-has-float64array-support • 0.2.2Detect native Float64Array support.INDIRECT6
@stdlib/assert-has-int16array-support • 0.2.2Detect native Int16Array support.INDIRECT8
@stdlib/assert-has-int32array-support • 0.2.2Detect native Int32Array support.INDIRECT8
@stdlib/assert-has-int8array-support • 0.2.2Detect native Int8Array support.INDIRECT8
@stdlib/assert-has-iterator-symbol-support • 0.2.2Detect native Symbol.iterator support.INDIRECT2
@stdlib/assert-has-own-property • 0.2.2Test if an object has a specified property.INDIRECT0
@stdlib/assert-has-symbol-support • 0.2.2Detect native Symbol support.INDIRECT0
@stdlib/assert-has-tostringtag-support • 0.2.2Detect native Symbol.toStringTag support.INDIRECT1
@stdlib/assert-has-uint16array-support • 0.2.2Detect native Uint16Array support.INDIRECT7
@stdlib/assert-has-uint32array-support • 0.2.2Detect native Uint32Array support.INDIRECT7
@stdlib/assert-has-uint8array-support • 0.2.2Detect native Uint8Array support.INDIRECT7
@stdlib/assert-has-uint8clampedarray-support • 0.2.2Detect native Uint8ClampedArray support.INDIRECT6
@stdlib/assert-is-array-like-object • 0.2.2Test if a value is an array-like object.INDIRECT64
@stdlib/assert-is-array • 0.2.2Test if a value is an array.INDIRECT5
@stdlib/assert-is-arraybuffer • 0.2.2Test if a value is an ArrayBuffer.INDIRECT5
@stdlib/assert-is-boolean • 0.2.2Test if a value is a boolean.INDIRECT12
@stdlib/assert-is-buffer • 0.2.2Test if a value is a Buffer object.INDIRECT14
@stdlib/assert-is-collection • 0.2.2Test if a value is a collection.INDIRECT64
@stdlib/assert-is-complex-like • 0.2.2Test if a value is a complex number-like object.INDIRECT21
@stdlib/assert-is-float32array • 0.2.2Test if a value is a Float32Array.INDIRECT5
@stdlib/assert-is-float64array • 0.2.2Test if a value is a Float64Array.INDIRECT5
@stdlib/assert-is-function • 0.2.2Test if a value is a function.INDIRECT21
@stdlib/assert-is-int16array • 0.2.2Test if a value is an Int16Array.INDIRECT5
@stdlib/assert-is-int32array • 0.2.2Test if a value is an Int32Array.INDIRECT5
@stdlib/assert-is-int8array • 0.2.2Test if a value is an Int8Array.INDIRECT5
@stdlib/assert-is-integer • 0.2.2Test if a value is a number having an integer value.INDIRECT64
@stdlib/assert-is-nonnegative-integer • 0.2.2Test if a value is a number having a nonnegative integer value.INDIRECT65
@stdlib/assert-is-number • 0.2.2Test if a value is a number.INDIRECT12
@stdlib/assert-is-object-like • 0.2.2Test if a value is object-like.INDIRECT13
@stdlib/assert-is-object • 0.2.2Test if a value is an object.INDIRECT6
@stdlib/assert-is-plain-object • 0.2.2Test if a value is a plain object.INDIRECT25
@stdlib/assert-is-regexp • 0.2.2Test if a value is a regular expression.INDIRECT5
@stdlib/assert-is-string • 0.2.2Test if a value is a string.INDIRECT11
@stdlib/assert-is-uint16array • 0.2.2Test if a value is a Uint16Array.INDIRECT5
@stdlib/assert-is-uint32array • 0.2.2Test if a value is a Uint32Array.INDIRECT5
@stdlib/assert-is-uint8array • 0.2.2Test if a value is a Uint8Array.INDIRECT5
@stdlib/assert-is-uint8clampedarray • 0.2.2Test if a value is a Uint8ClampedArray.INDIRECT5
@stdlib/assert-tools-array-function • 0.2.2Return a function which tests if every element in an array passes a test condition.INDIRECT10
@stdlib/boolean-ctor • 0.2.2Boolean constructor.INDIRECT0
@stdlib/complex-float32-ctor • 0.0.164-bit complex number.INDIRECT18
@stdlib/complex-float32-ctor • 0.0.264-bit complex number.INDIRECT18
@stdlib/complex-float32-reim • 0.1.2Return the real and imaginary components of a single-precision complex floating-point number.INDIRECT19
@stdlib/complex-float32 • 0.2.164-bit complex number.INDIRECT18
@stdlib/complex-float64-ctor • 0.0.2128-bit complex number.INDIRECT19
@stdlib/complex-float64-ctor • 0.0.3128-bit complex number.INDIRECT19
@stdlib/complex-float64-reim • 0.1.2Return the real and imaginary components of a double-precision complex floating-point number.INDIRECT23
@stdlib/complex-float64 • 0.2.1128-bit complex number.INDIRECT19
@stdlib/complex-imag • 0.2.1Return the imaginary component of a double-precision complex floating-point number.INDIRECT20
@stdlib/complex-imagf • 0.2.1Return the imaginary component of a single-precision complex floating-point number.INDIRECT19
@stdlib/complex-real • 0.2.1Return the real component of a double-precision complex floating-point number.INDIRECT20
@stdlib/complex-realf • 0.2.1Return the real component of a single-precision complex floating-point number.INDIRECT19
@stdlib/constants-array-max-array-length • 0.2.2Maximum length for a generic array.INDIRECT0
@stdlib/constants-array-max-typed-array-length • 0.2.2Maximum length for a typed array.INDIRECT0
@stdlib/constants-float64-fourth-pi • 0.2.21/4 times π.INDIRECT0
@stdlib/constants-float64-ninf • 0.2.2Double-precision floating-point negative infinity.INDIRECT1
@stdlib/constants-float64-pinf • 0.2.2Double-precision floating-point positive infinity.INDIRECT0
@stdlib/constants-int16-max • 0.2.2Maximum signed 16-bit integer.INDIRECT0
@stdlib/constants-int16-min • 0.2.2Minimum signed 16-bit integer.INDIRECT0
@stdlib/constants-int32-max • 0.3.0Maximum signed 32-bit integer.INDIRECT0
@stdlib/constants-int32-min • 0.2.2Minimum signed 32-bit integer.INDIRECT0
@stdlib/constants-int8-max • 0.2.2Maximum signed 8-bit integer.INDIRECT0
@stdlib/constants-int8-min • 0.2.2Minimum signed 8-bit integer.INDIRECT0
@stdlib/constants-uint16-max • 0.2.2Maximum unsigned 16-bit integer.INDIRECT0
@stdlib/constants-uint32-max • 0.2.2Maximum unsigned 32-bit integer.INDIRECT0
@stdlib/constants-uint8-max • 0.2.2Maximum unsigned 8-bit integer.INDIRECT0
@stdlib/error-tools-fmtprodmsg • 0.2.2Format an error message for production.INDIRECT0
@stdlib/fs-exists • 0.2.2Test whether a path exists on the filesystem.INDIRECT6
@stdlib/fs-resolve-parent-path • 0.2.2Resolve a path by walking parent directories.INDIRECT29
@stdlib/math-base-assert-is-even • 0.2.3Test if a finite numeric value is an even number.INDIRECT63
@stdlib/math-base-assert-is-integer • 0.2.5Test if a finite double-precision floating-point number is an integer.INDIRECT62
@stdlib/math-base-assert-is-nan • 0.2.2Test if a double-precision floating-point numeric value is NaN.INDIRECT46
@stdlib/math-base-napi-unary • 0.2.3C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.INDIRECT60
@stdlib/math-base-special-asin • 0.2.3Compute the arcsine of a double-precision floating-point number.DIRECT64
@stdlib/math-base-special-floor • 0.2.3Round a double-precision floating-point number toward negative infinity.INDIRECT61
@stdlib/math-base-special-sqrt • 0.2.2Compute the principal square root of a double-precision floating-point number.INDIRECT61
@stdlib/number-ctor • 0.2.2Number constructor.INDIRECT0
@stdlib/number-float64-base-to-float32 • 0.2.2Convert a double-precision floating-point number to the nearest single-precision floating-point number.INDIRECT9
@stdlib/object-ctor • 0.2.1Object constructor.INDIRECT0
@stdlib/process-cwd • 0.2.2Return the current working directory.INDIRECT0
@stdlib/regexp-extended-length-path • 0.2.2Regular expression to detect an extended-length path.INDIRECT6
@stdlib/regexp-function-name • 0.2.2Return a regular expression to capture a function name.INDIRECT6
@stdlib/strided-base-map-by • 0.2.2Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.DIRECT127
@stdlib/strided-base-reinterpret-complex128 • 0.2.2Reinterpret a Complex128Array as a Float64Array.INDIRECT8
@stdlib/strided-base-reinterpret-complex64 • 0.2.1Reinterpret a Complex64Array as a Float32Array.INDIRECT9
@stdlib/strided-base-stride2offset • 0.1.0Determine the index offset which specifies the location of the first indexed value in a strided array.INDIRECT0
@stdlib/string-base-format-interpolate • 0.2.2Generate string from a token array by interpolating values.INDIRECT0
@stdlib/string-base-format-tokenize • 0.2.2Tokenize a string into an array of string parts and format identifier objects.INDIRECT0
@stdlib/string-base-lowercase • 0.4.0Convert a string to lowercase.INDIRECT0
@stdlib/string-base-replace • 0.2.2Replace search occurrences with a replacement string.INDIRECT0
@stdlib/string-format • 0.2.2Insert supplied variable values into a format string.INDIRECT2
@stdlib/string-replace • 0.2.2Replace search occurrences with a replacement string.INDIRECT26
@stdlib/symbol-ctor • 0.2.2Symbols.INDIRECT0
@stdlib/symbol-iterator • 0.2.2Symbol iterator.INDIRECT3
@stdlib/types • 0.3.2stdlib TypeScript type declarations.DIRECT0
@stdlib/utils-constructor-name • 0.2.2Determine the name of a value's constructor.INDIRECT16
@stdlib/utils-convert-path • 0.2.2Convert between POSIX and Windows paths.INDIRECT29
@stdlib/utils-define-nonenumerable-read-only-accessor • 0.2.3Define a non-enumerable read-only accessor.INDIRECT5
@stdlib/utils-define-nonenumerable-read-only-property • 0.2.2Define a non-enumerable read-only property.DIRECT5
@stdlib/utils-define-property • 0.2.4Define (or modify) an object property.INDIRECT4
@stdlib/utils-escape-regexp-string • 0.2.2Escape a regular expression string or pattern.INDIRECT12
@stdlib/utils-get-prototype-of • 0.2.2Return the prototype of a provided object.INDIRECT23
@stdlib/utils-global • 0.2.2Return the global object.INDIRECT13
@stdlib/utils-library-manifest • 0.2.2Load a manifest for compiling source files.INDIRECT45
@stdlib/utils-native-class • 0.2.2Determine the specification defined classification of an object.INDIRECT4
@stdlib/utils-type-of • 0.2.2Determine a value's type.INDIRECT20
MIT8
PackageRelationDependenciesPublished
debug • 2.6.9small debugging utilityINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40stdlib%2Fmath-strided-special-asin-by)](https://licenses.dev/npm/%40stdlib%2Fmath-strided-special-asin-by)
<a href="https://licenses.dev/npm/%40stdlib%2Fmath-strided-special-asin-by">
  <img src="https://licenses.dev/b/npm/%40stdlib%2Fmath-strided-special-asin-by" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

[![licenses](https://licenses.dev/b/npm/%40stdlib%2Fmath-strided-special-asin-by/0.2.0)](https://licenses.dev/npm/%40stdlib%2Fmath-strided-special-asin-by/0.2.0)
<a href="https://licenses.dev/npm/%40stdlib%2Fmath-strided-special-asin-by/0.2.0">
  <img src="https://licenses.dev/b/npm/%40stdlib%2Fmath-strided-special-asin-by/0.2.0" alt="licenses" />
</a>
GitHub