licenses.dev

@stdlib/math-base-special-log1p v0.2.4

Evaluate the natural logarithm of 1+x.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0119
PackageRelationDependenciesPublished
@stdlib/array-float32 • 0.2.3Float32Array.INDIRECT8
@stdlib/array-float64 • 0.2.3Float64Array.INDIRECT7
@stdlib/array-uint16 • 0.2.3Uint16Array.INDIRECT8
@stdlib/array-uint32 • 0.2.3Uint32Array.INDIRECT8
@stdlib/array-uint8 • 0.2.3Uint8Array.INDIRECT8
@stdlib/assert-has-float32array-support • 0.2.3Detect native Float32Array support.INDIRECT7
@stdlib/assert-has-float64array-support • 0.2.3Detect native Float64Array support.INDIRECT6
@stdlib/assert-has-own-property • 0.2.3Test if an object has a specified property.INDIRECT0
@stdlib/assert-has-symbol-support • 0.2.3Detect native Symbol support.INDIRECT0
@stdlib/assert-has-to-primitive-symbol-support • 0.1.1Detect native Symbol.toPrimitive support.INDIRECT2
@stdlib/assert-has-tostringtag-support • 0.2.3Detect native Symbol.toStringTag support.INDIRECT1
@stdlib/assert-has-uint16array-support • 0.2.3Detect native Uint16Array support.INDIRECT7
@stdlib/assert-has-uint32array-support • 0.2.3Detect native Uint32Array support.INDIRECT7
@stdlib/assert-has-uint8array-support • 0.2.3Detect native Uint8Array support.INDIRECT7
@stdlib/assert-is-array • 0.2.3Test if a value is an array.INDIRECT5
@stdlib/assert-is-big-endian • 0.2.3Check if an environment is big endian.INDIRECT13
@stdlib/assert-is-boolean • 0.2.3Test if a value is a boolean.INDIRECT13
@stdlib/assert-is-buffer • 0.2.3Test if a value is a Buffer object.INDIRECT15
@stdlib/assert-is-float32array • 0.2.3Test if a value is a Float32Array.INDIRECT5
@stdlib/assert-is-float64array • 0.2.3Test if a value is a Float64Array.INDIRECT5
@stdlib/assert-is-function • 0.2.3Test if a value is a function.INDIRECT22
@stdlib/assert-is-little-endian • 0.2.3Check if an environment is little endian.INDIRECT13
@stdlib/assert-is-number • 0.2.3Test if a value is a number.INDIRECT13
@stdlib/assert-is-object-like • 0.2.3Test if a value is object-like.INDIRECT14
@stdlib/assert-is-object • 0.2.3Test if a value is an object.INDIRECT6
@stdlib/assert-is-plain-object • 0.2.3Test if a value is a plain object.INDIRECT26
@stdlib/assert-is-regexp • 0.2.3Test if a value is a regular expression.INDIRECT5
@stdlib/assert-is-string • 0.2.3Test if a value is a string.INDIRECT12
@stdlib/assert-is-uint16array • 0.2.3Test if a value is a Uint16Array.INDIRECT5
@stdlib/assert-is-uint32array • 0.2.3Test if a value is a Uint32Array.INDIRECT5
@stdlib/assert-is-uint8array • 0.2.3Test if a value is a Uint8Array.INDIRECT5
@stdlib/assert-napi-equal-types • 0.2.3Assert that two Node-API data types are equal.INDIRECT48
@stdlib/assert-napi-is-type • 0.2.3Assert that a Node-API value is a specified Node-API data type.INDIRECT49
@stdlib/assert-napi-status-ok • 0.2.3C utilities for asserting that a Node-API call returns an "ok" status.INDIRECT0
@stdlib/assert-tools-array-function • 0.2.3Return a function which tests if every element in an array passes a test condition.INDIRECT10
@stdlib/boolean-ctor • 0.2.3Boolean constructor.INDIRECT0
@stdlib/complex-float32-ctor • 0.1.164-bit complex number.INDIRECT20
@stdlib/complex-float32-reim • 0.1.4Return the real and imaginary components of a single-precision complex floating-point number.INDIRECT21
@stdlib/complex-float64-ctor • 0.1.2128-bit complex number.INDIRECT21
@stdlib/complex-float64-reim • 0.1.4Return the real and imaginary components of a double-precision complex floating-point number.INDIRECT25
@stdlib/constants-float16-eps • 0.2.3Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.INDIRECT0
@stdlib/constants-float16-exponent-bias • 0.3.1The bias of a half-precision floating-point number's exponent.INDIRECT0
@stdlib/constants-float16-exponent-mask • 0.1.1Mask for the exponent of a half-precision floating-point number.INDIRECT0
@stdlib/constants-float16-max • 0.2.3Maximum half-precision floating-point number.INDIRECT0
@stdlib/constants-float16-num-significand-bits • 0.0.2Number of significand bits for a half-precision floating-point number.INDIRECT0
@stdlib/constants-float16-sign-mask • 0.1.1Mask for the sign bit of a half-precision floating-point number.INDIRECT0
@stdlib/constants-float16-significand-mask • 0.1.1Mask for the significand of a half-precision floating-point number.INDIRECT0
@stdlib/constants-float16-smallest-normal • 0.2.3Smallest positive normalized half-precision floating-point number.INDIRECT0
@stdlib/constants-float32-abs-mask • 0.2.3Mask for excluding the sign bit of a single-precision floating-point number.INDIRECT0
@stdlib/constants-float32-eps • 0.2.3Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.INDIRECT10
@stdlib/constants-float32-exponent-bias • 0.2.3The bias of a single-precision floating-point number's exponent.INDIRECT0
@stdlib/constants-float32-exponent-mask • 0.2.3Mask for the exponent of a single-precision floating-point number.INDIRECT0
@stdlib/constants-float32-ninf • 0.2.3Single-precision floating-point negative infinity.INDIRECT13
@stdlib/constants-float32-num-significand-bits • 0.1.1Number of significand bits for a single-precision floating-point number.INDIRECT0
@stdlib/constants-float32-pinf • 0.2.3Single-precision floating-point positive infinity.INDIRECT13
@stdlib/constants-float32-sign-mask • 0.2.3Mask for the sign bit of a single-precision floating-point number.INDIRECT0
@stdlib/constants-float32-significand-mask • 0.2.4Mask for the significand of a single-precision floating-point number.INDIRECT0
@stdlib/constants-float64-eps • 0.2.3Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.INDIRECT0
@stdlib/constants-float64-exponent-bias • 0.2.3The bias of a double-precision floating-point number's exponent.DIRECT0
@stdlib/constants-float64-high-word-abs-mask • 0.2.3High word mask for excluding the sign bit of a double-precision floating-point number.INDIRECT0
@stdlib/constants-float64-ninf • 0.2.3Double-precision floating-point negative infinity.DIRECT1
@stdlib/constants-float64-pinf • 0.2.3Double-precision floating-point positive infinity.DIRECT0
@stdlib/constants-uint16-max • 0.2.3Maximum unsigned 16-bit integer.INDIRECT0
@stdlib/constants-uint32-max • 0.2.3Maximum unsigned 32-bit integer.INDIRECT0
@stdlib/constants-uint8-max • 0.2.3Maximum unsigned 8-bit integer.INDIRECT0
@stdlib/error-tools-fmtprodmsg • 0.2.3Format an error message for production.INDIRECT0
@stdlib/fs-exists • 0.2.3Test whether a path exists on the filesystem.INDIRECT7
@stdlib/fs-resolve-parent-path • 0.2.3Resolve a path by walking parent directories.INDIRECT30
@stdlib/math-base-assert-is-finite • 0.2.3Test if a double-precision floating-point numeric value is finite.INDIRECT58
@stdlib/math-base-assert-is-finitef • 0.2.3Test if a single-precision floating-point numeric value is finite.INDIRECT65
@stdlib/math-base-assert-is-nan • 0.2.3Test if a double-precision floating-point numeric value is NaN.DIRECT47
@stdlib/math-base-assert-is-nanf • 0.2.3Test if a single-precision floating-point numeric value is NaN.INDIRECT55
@stdlib/math-base-napi-unary • 0.2.7C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.DIRECT122
@stdlib/math-base-special-abs • 0.2.3Compute the absolute value of a double-precision floating-point number.INDIRECT122
@stdlib/math-base-special-absf • 0.2.3Compute the absolute value of a single-precision floating-point number.INDIRECT122
@stdlib/napi-argv-double • 0.2.2Convert a Node-API value to a double-precision floating-point number.INDIRECT51
@stdlib/napi-argv-float • 0.2.3Convert a Node-API value to a single-precision floating-point number.INDIRECT51
@stdlib/napi-argv-int32 • 0.2.3Convert a Node-API value to a signed 32-bit integer.INDIRECT51
@stdlib/napi-argv • 0.2.3C utilities for retrieving Node-API add-on callback arguments.INDIRECT1
@stdlib/napi-create-int32 • 0.0.3Convert a signed 32-bit integer to a Node-API value.INDIRECT52
@stdlib/napi-export • 0.3.1C utilities for registering Node-API modules.INDIRECT0
@stdlib/number-ctor • 0.2.3Number constructor.INDIRECT0
@stdlib/number-float16-base-to-float32 • 0.1.2Convert a half-precision floating-point number to the nearest single-precision floating-point number.INDIRECT122
@stdlib/number-float16-base-to-float64 • 0.1.2Convert a half-precision floating-point number to the nearest double-precision floating-point number.INDIRECT122
@stdlib/number-float16-ctor • 0.1.216-bit half-precision floating-point number.INDIRECT122
@stdlib/number-float32-base-exponent • 0.2.4Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.INDIRECT58
@stdlib/number-float32-base-to-float16 • 0.1.1Convert a single-precision floating-point number to the nearest half-precision floating-point number.INDIRECT122
@stdlib/number-float32-base-to-word • 0.2.3Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.INDIRECT55
@stdlib/number-float64-base-get-high-word • 0.2.3Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.DIRECT67
@stdlib/number-float64-base-set-high-word • 0.2.3Set the more significant 32 bits of a double-precision floating-point number.DIRECT67
@stdlib/number-float64-base-to-float16 • 0.1.2Convert a double-precision floating-point number to the nearest half-precision floating-point number.INDIRECT122
@stdlib/number-float64-base-to-float32 • 0.2.3Convert a double-precision floating-point number to the nearest single-precision floating-point number.INDIRECT9
@stdlib/number-float64-base-to-words • 0.2.3Split a double-precision floating-point number into a higher order word and a lower order word.INDIRECT66
@stdlib/object-ctor • 0.2.2Object constructor.INDIRECT0
@stdlib/os-byte-order • 0.2.3Platform byte order.INDIRECT15
@stdlib/os-float-word-order • 0.2.3Platform float word order.INDIRECT16
@stdlib/process-cwd • 0.2.3Return the current working directory.INDIRECT0
@stdlib/regexp-extended-length-path • 0.2.3Regular expression to detect an extended-length path.INDIRECT7
@stdlib/regexp-function-name • 0.2.3Return a regular expression to capture a function name.INDIRECT7
@stdlib/string-base-format-interpolate • 0.2.4Generate string from a token array by interpolating values.INDIRECT0
@stdlib/string-base-format-tokenize • 0.2.4Tokenize a string into an array of string parts and format identifier objects.INDIRECT0
@stdlib/string-base-lowercase • 0.4.1Convert a string to lowercase.INDIRECT0
@stdlib/string-base-replace • 0.2.3Replace search occurrences with a replacement string.INDIRECT0
@stdlib/string-format • 0.2.3Insert supplied variable values into a format string.INDIRECT2
@stdlib/string-replace • 0.2.3Replace search occurrences with a replacement string.INDIRECT27
@stdlib/symbol-ctor • 0.2.3Symbols.INDIRECT0
@stdlib/symbol-to-primitive • 0.1.2Symbol which specifies a method for converting an object to a primitive value.INDIRECT3
@stdlib/types • 0.4.3stdlib TypeScript type declarations.INDIRECT0
@stdlib/utils-constructor-name • 0.2.3Determine the name of a value's constructor.INDIRECT17
@stdlib/utils-convert-path • 0.2.3Convert between POSIX and Windows paths.INDIRECT30
@stdlib/utils-define-nonenumerable-read-only-property • 0.2.3Define a non-enumerable read-only property.INDIRECT6
@stdlib/utils-define-property • 0.2.5Define (or modify) an object property.INDIRECT4
@stdlib/utils-define-read-only-property • 0.2.3Define a read-only property.INDIRECT5
@stdlib/utils-escape-regexp-string • 0.2.3Escape a regular expression string or pattern.INDIRECT13
@stdlib/utils-get-prototype-of • 0.2.3Return the prototype of a provided object.INDIRECT24
@stdlib/utils-global • 0.2.3Return the global object.INDIRECT14
@stdlib/utils-library-manifest • 0.2.4Load a manifest for compiling source files.DIRECT46
@stdlib/utils-native-class • 0.2.3Determine the specification defined classification of an object.INDIRECT4
@stdlib/utils-type-of • 0.2.3Determine a value's type.INDIRECT21
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.11resolve 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-base-special-log1p)](https://licenses.dev/npm/%40stdlib%2Fmath-base-special-log1p)
<a href="https://licenses.dev/npm/%40stdlib%2Fmath-base-special-log1p">
  <img src="https://licenses.dev/b/npm/%40stdlib%2Fmath-base-special-log1p" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.4 version:

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