licenses.dev

@stdlib/math-iter-special-gamma v0.0.4

Create an iterator which evaluates the gamma function for each iterated value.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0129
PackageRelationDependenciesPublished
@stdlib/array-base-filled • 0.0.2Create a filled generic array.INDIRECT0
@stdlib/array-base-zeros • 0.0.2Create a zero-filled generic array.INDIRECT1
@stdlib/array-float32 • 0.0.6Float32Array.INDIRECT59
@stdlib/array-float64 • 0.0.6Float64Array.INDIRECT13
@stdlib/array-uint16 • 0.0.6Uint16Array.INDIRECT14
@stdlib/array-uint32 • 0.0.6Uint32Array.INDIRECT14
@stdlib/array-uint8 • 0.0.7Uint8Array.INDIRECT14
@stdlib/assert-has-float32array-support • 0.0.8Detect native Float32Array support.INDIRECT58
@stdlib/assert-has-float64array-support • 0.0.8Detect native Float64Array support.INDIRECT12
@stdlib/assert-has-iterator-symbol-support • 0.0.8Detect native Symbol.iterator support.INDIRECT8
@stdlib/assert-has-node-buffer-support • 0.0.8Detect native Buffer support.INDIRECT15
@stdlib/assert-has-own-property • 0.0.7Test if an object has a specified property.INDIRECT0
@stdlib/assert-has-symbol-support • 0.0.8Detect native Symbol support.INDIRECT7
@stdlib/assert-has-tostringtag-support • 0.0.9Detect native Symbol.toStringTag support.INDIRECT8
@stdlib/assert-has-uint16array-support • 0.0.8Detect native Uint16Array support.INDIRECT13
@stdlib/assert-has-uint32array-support • 0.0.8Detect native Uint32Array support.INDIRECT13
@stdlib/assert-has-uint8array-support • 0.0.8Detect native Uint8Array support.INDIRECT13
@stdlib/assert-is-array • 0.0.7Test if a value is an array.INDIRECT11
@stdlib/assert-is-big-endian • 0.0.7Check if an environment is big endian.INDIRECT19
@stdlib/assert-is-boolean • 0.0.8Test if a value is a boolean.INDIRECT11
@stdlib/assert-is-buffer • 0.0.8Test if a value is a Buffer object.INDIRECT14
@stdlib/assert-is-float32array • 0.0.8Test if a value is a Float32Array.INDIRECT11
@stdlib/assert-is-float64array • 0.0.8Test if a value is a Float64Array.INDIRECT11
@stdlib/assert-is-function • 0.0.8Test if a value is a function.INDIRECT20
@stdlib/assert-is-iterator-like • 0.0.7Test if a value is iterator-like.INDIRECT21
@stdlib/assert-is-little-endian • 0.0.7Check if an environment is little endian.INDIRECT19
@stdlib/assert-is-number • 0.0.7Test if a value is a number.INDIRECT12
@stdlib/assert-is-object-like • 0.0.8Test if a value is object-like.INDIRECT13
@stdlib/assert-is-object • 0.0.8Test if a value is an object.INDIRECT12
@stdlib/assert-is-plain-object • 0.0.7Test if a value is a plain object.INDIRECT23
@stdlib/assert-is-regexp-string • 0.0.9Test if a value is a regular expression string.INDIRECT36
@stdlib/assert-is-regexp • 0.0.7Test if a value is a regular expression.INDIRECT11
@stdlib/assert-is-string • 0.0.8Test if a value is a string.INDIRECT11
@stdlib/assert-is-uint16array • 0.0.8Test if a value is a Uint16Array.INDIRECT11
@stdlib/assert-is-uint32array • 0.0.8Test if a value is a Uint32Array.INDIRECT11
@stdlib/assert-is-uint8array • 0.0.8Test if a value is a Uint8Array.INDIRECT11
@stdlib/assert-tools-array-function • 0.0.7Return a function which tests if every element in an array passes a test condition.INDIRECT12
@stdlib/buffer-ctor • 0.0.7Buffer.INDIRECT16
@stdlib/buffer-from-string • 0.0.8Allocate a buffer containing a provided string.INDIRECT27
@stdlib/cli-ctor • 0.0.3Command-line interface.INDIRECT5
@stdlib/complex-float32 • 0.0.764-bit complex number.INDIRECT63
@stdlib/complex-float64 • 0.0.8128-bit complex number.INDIRECT64
@stdlib/complex-reim • 0.0.6Return the real and imaginary components of a double-precision complex floating-point number.INDIRECT68
@stdlib/complex-reimf • 0.0.1Return the real and imaginary components of a single-precision complex floating-point number.INDIRECT64
@stdlib/constants-float64-eulergamma • 0.0.8The Euler-Mascheroni constant.INDIRECT56
@stdlib/constants-float64-exponent-bias • 0.0.8The bias of a double-precision floating-point number's exponent.INDIRECT56
@stdlib/constants-float64-high-word-abs-mask • 0.0.1High word mask for excluding the sign bit of a double-precision floating-point number.INDIRECT56
@stdlib/constants-float64-high-word-exponent-mask • 0.0.8High word mask for the exponent of a double-precision floating-point number.INDIRECT56
@stdlib/constants-float64-high-word-sign-mask • 0.0.1High word mask for the sign bit of a double-precision floating-point number.INDIRECT56
@stdlib/constants-float64-high-word-significand-mask • 0.0.8High word mask for the significand of a double-precision floating-point number.INDIRECT56
@stdlib/constants-float64-ln-two • 0.0.8Natural logarithm of 2.INDIRECT56
@stdlib/constants-float64-max-base2-exponent-subnormal • 0.0.8The maximum biased base 2 exponent for a subnormal double-precision floating-point number.INDIRECT56
@stdlib/constants-float64-max-base2-exponent • 0.0.8The maximum biased base 2 exponent for a double-precision floating-point number.INDIRECT56
@stdlib/constants-float64-min-base2-exponent-subnormal • 0.0.8The minimum biased base 2 exponent for a subnormal double-precision floating-point number.INDIRECT56
@stdlib/constants-float64-ninf • 0.0.8Double-precision floating-point negative infinity.INDIRECT57
@stdlib/constants-float64-pi • 0.0.8π.INDIRECT56
@stdlib/constants-float64-pinf • 0.0.8Double-precision floating-point positive infinity.INDIRECT56
@stdlib/constants-float64-smallest-normal • 0.0.8Smallest positive double-precision floating-point normal number.INDIRECT56
@stdlib/constants-float64-sqrt-two-pi • 0.0.8Square root of 2π.INDIRECT56
@stdlib/constants-uint16-max • 0.0.7Maximum unsigned 16-bit integer.INDIRECT0
@stdlib/constants-uint32-max • 0.0.7Maximum unsigned 32-bit integer.INDIRECT0
@stdlib/constants-uint8-max • 0.0.7Maximum unsigned 8-bit integer.INDIRECT0
@stdlib/fs-exists • 0.0.8Test whether a path exists on the filesystem.INDIRECT8
@stdlib/fs-read-file • 0.0.8Read the entire contents of a file.INDIRECT6
@stdlib/fs-resolve-parent-path • 0.0.8Resolve a path by walking parent directories.INDIRECT27
@stdlib/math-base-assert-is-even • 0.0.7Test if a finite numeric value is an even number.INDIRECT73
@stdlib/math-base-assert-is-infinite • 0.0.9Test if a double-precision floating-point numeric value is infinite.INDIRECT59
@stdlib/math-base-assert-is-integer • 0.0.7Test if a finite double-precision floating-point number is an integer.INDIRECT72
@stdlib/math-base-assert-is-nan • 0.0.8Test if a double-precision floating-point numeric value is NaN.INDIRECT56
@stdlib/math-base-assert-is-negative-zero • 0.0.8Test if a double-precision floating-point numeric value is negative zero.INDIRECT58
@stdlib/math-base-assert-is-odd • 0.0.7Test if a finite numeric value is an odd number.INDIRECT74
@stdlib/math-base-napi-binary • 0.0.8C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.INDIRECT70
@stdlib/math-base-napi-unary • 0.0.9C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.INDIRECT70
@stdlib/math-base-special-abs • 0.0.6Compute the absolute value of a double-precision floating-point number.INDIRECT88
@stdlib/math-base-special-ceil • 0.0.8Round a double-precision floating-point number toward positive infinity.INDIRECT71
@stdlib/math-base-special-copysign • 0.0.7Return a double-precision floating-point number with the magnitude of x and the sign of y.INDIRECT92
@stdlib/math-base-special-exp • 0.0.6Natural exponential function.INDIRECT110
@stdlib/math-base-special-floor • 0.0.8Round a double-precision floating-point number toward negative infinity.INDIRECT71
@stdlib/math-base-special-gamma • 0.0.6Gamma function.DIRECT133
@stdlib/math-base-special-kernel-cos • 0.0.7Compute the cosine of a number on `[-π/4, π/4]`.INDIRECT0
@stdlib/math-base-special-kernel-sin • 0.0.7Compute the sine of a number on `[-π/4, π/4]`.INDIRECT0
@stdlib/math-base-special-ldexp • 0.0.8Multiply a double-precision floating-point number by an integer power of two.INDIRECT106
@stdlib/math-base-special-pow • 0.0.7Exponential function.INDIRECT117
@stdlib/math-base-special-rempio2 • 0.0.6Compute `x - nπ/2 = r`.INDIRECT112
@stdlib/math-base-special-round • 0.0.7Round a numeric value to the nearest integer.INDIRECT0
@stdlib/math-base-special-sin • 0.0.6Compute the sine of a number.INDIRECT115
@stdlib/math-base-special-sqrt • 0.0.8Compute the principal square root of a double-precision floating-point number.INDIRECT71
@stdlib/math-base-special-trunc • 0.0.8Round a double-precision floating-point number toward zero.INDIRECT73
@stdlib/math-iter-tools-map • 0.0.7Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.DIRECT29
@stdlib/number-ctor • 0.0.7Number constructor.INDIRECT0
@stdlib/number-float64-base-exponent • 0.0.6Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.INDIRECT79
@stdlib/number-float64-base-from-words • 0.0.6Create a double-precision floating-point number from a higher order word and a lower order word.INDIRECT76
@stdlib/number-float64-base-get-high-word • 0.0.6Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.INDIRECT76
@stdlib/number-float64-base-get-low-word • 0.0.6Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.INDIRECT76
@stdlib/number-float64-base-normalize • 0.0.9Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.INDIRECT93
@stdlib/number-float64-base-set-high-word • 0.0.6Set the more significant 32 bits of a double-precision floating-point number.INDIRECT76
@stdlib/number-float64-base-set-low-word • 0.0.6Set the less significant 32 bits of a double-precision floating-point number.INDIRECT76
@stdlib/number-float64-base-to-float32 • 0.0.7Convert a double-precision floating-point number to the nearest single-precision floating-point number.INDIRECT60
@stdlib/number-float64-base-to-words • 0.0.7Split a double-precision floating-point number into a higher order word and a lower order word.INDIRECT75
@stdlib/number-uint32-base-to-int32 • 0.0.7Convert an unsigned 32-bit integer to a signed 32-bit integer.INDIRECT0
@stdlib/os-byte-order • 0.0.7Platform byte order.INDIRECT66
@stdlib/os-float-word-order • 0.0.7Platform float word order.INDIRECT67
@stdlib/process-cwd • 0.0.8Return the current working directory.INDIRECT7
@stdlib/process-read-stdin • 0.0.7Read data from stdin.INDIRECT30
@stdlib/regexp-eol • 0.0.7Return a regular expression to match a newline character sequence.INDIRECT25
@stdlib/regexp-extended-length-path • 0.0.7Regular expression to detect an extended-length path.INDIRECT3
@stdlib/regexp-function-name • 0.0.7Return a regular expression to capture a function name.INDIRECT3
@stdlib/regexp-regexp • 0.0.8Return a regular expression to parse a regular expression string.INDIRECT3
@stdlib/streams-node-stdin • 0.0.7Standard input.INDIRECT0
@stdlib/string-base-format-interpolate • 0.0.4Generate string from a token array by interpolating values.INDIRECT0
@stdlib/string-base-format-tokenize • 0.0.4Tokenize a string into an array of string parts and format identifier objects.INDIRECT0
@stdlib/string-format • 0.0.3Insert supplied variable values into a format string.INDIRECT2
@stdlib/string-lowercase • 0.0.9Convert a string to lowercase.INDIRECT31
@stdlib/string-replace • 0.0.11Replace search occurrences with a replacement string.INDIRECT40
@stdlib/symbol-iterator • 0.0.7Symbol iterator.INDIRECT9
@stdlib/types • 0.0.14stdlib TypeScript type declarations.DIRECT0
@stdlib/utils-constructor-name • 0.0.8Determine the name of a value's constructor.INDIRECT16
@stdlib/utils-convert-path • 0.0.8Convert between POSIX and Windows paths.INDIRECT43
@stdlib/utils-define-nonenumerable-read-only-property • 0.0.7Define a non-enumerable read-only property.INDIRECT2
@stdlib/utils-define-property • 0.0.9Define (or modify) an object property.INDIRECT1
@stdlib/utils-escape-regexp-string • 0.0.9Escape a regular expression string or pattern.INDIRECT15
@stdlib/utils-get-prototype-of • 0.0.7Return the prototype of a provided object.INDIRECT21
@stdlib/utils-global • 0.0.7Return the global object.INDIRECT12
@stdlib/utils-library-manifest • 0.0.8Load a manifest for compiling source files.INDIRECT55
@stdlib/utils-native-class • 0.0.8Determine the specification defined classification of an object.INDIRECT10
@stdlib/utils-next-tick • 0.0.8Add a callback to the next tick queue.INDIRECT0
@stdlib/utils-noop • 0.0.14Function which does nothing.INDIRECT0
@stdlib/utils-regexp-from-string • 0.0.9Create a regular expression from a regular expression string.INDIRECT16
@stdlib/utils-type-of • 0.0.8Determine a value's type.INDIRECT19
MIT9
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.15.1Is this specifier a node.js core module?INDIRECT2
minimist • 1.2.8parse argument optionsINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
resolve • 1.22.8resolve 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-iter-special-gamma)](https://licenses.dev/npm/%40stdlib%2Fmath-iter-special-gamma)
<a href="https://licenses.dev/npm/%40stdlib%2Fmath-iter-special-gamma">
  <img src="https://licenses.dev/b/npm/%40stdlib%2Fmath-iter-special-gamma" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.4 version:

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