licenses.dev

@stdlib/math-base-special-rempio2 v0.1.0

Compute `x - nπ/2 = r`.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.097
PackageRelationDependenciesPublished
@stdlib/array-base-filled • 0.1.0Create a filled generic array.INDIRECT0
@stdlib/array-base-zeros • 0.1.1Create a zero-filled generic array.DIRECT1
@stdlib/array-float32 • 0.1.1Float32Array.INDIRECT50
@stdlib/array-float64 • 0.1.1Float64Array.INDIRECT7
@stdlib/array-uint16 • 0.1.1Uint16Array.INDIRECT8
@stdlib/array-uint32 • 0.1.1Uint32Array.INDIRECT8
@stdlib/array-uint8 • 0.1.1Uint8Array.INDIRECT8
@stdlib/assert-has-float32array-support • 0.1.1Detect native Float32Array support.INDIRECT49
@stdlib/assert-has-float64array-support • 0.1.1Detect native Float64Array support.INDIRECT6
@stdlib/assert-has-own-property • 0.1.1Test if an object has a specified property.INDIRECT0
@stdlib/assert-has-symbol-support • 0.1.1Detect native Symbol support.INDIRECT0
@stdlib/assert-has-tostringtag-support • 0.1.1Detect native Symbol.toStringTag support.INDIRECT1
@stdlib/assert-has-uint16array-support • 0.1.1Detect native Uint16Array support.INDIRECT7
@stdlib/assert-has-uint32array-support • 0.1.1Detect native Uint32Array support.INDIRECT7
@stdlib/assert-has-uint8array-support • 0.1.1Detect native Uint8Array support.INDIRECT7
@stdlib/assert-is-array • 0.1.1Test if a value is an array.INDIRECT5
@stdlib/assert-is-big-endian • 0.1.1Check if an environment is big endian.INDIRECT13
@stdlib/assert-is-boolean • 0.1.1Test if a value is a boolean.INDIRECT13
@stdlib/assert-is-buffer • 0.1.1Test if a value is a Buffer object.INDIRECT15
@stdlib/assert-is-float32array • 0.1.1Test if a value is a Float32Array.INDIRECT5
@stdlib/assert-is-float64array • 0.1.1Test if a value is a Float64Array.INDIRECT5
@stdlib/assert-is-function • 0.1.1Test if a value is a function.INDIRECT22
@stdlib/assert-is-little-endian • 0.1.1Check if an environment is little endian.INDIRECT13
@stdlib/assert-is-number • 0.1.1Test if a value is a number.INDIRECT13
@stdlib/assert-is-object-like • 0.1.1Test if a value is object-like.INDIRECT14
@stdlib/assert-is-object • 0.1.1Test if a value is an object.INDIRECT6
@stdlib/assert-is-plain-object • 0.1.1Test if a value is a plain object.INDIRECT26
@stdlib/assert-is-regexp • 0.1.1Test if a value is a regular expression.INDIRECT5
@stdlib/assert-is-string • 0.1.1Test if a value is a string.INDIRECT12
@stdlib/assert-is-uint16array • 0.1.1Test if a value is a Uint16Array.INDIRECT5
@stdlib/assert-is-uint32array • 0.1.1Test if a value is a Uint32Array.INDIRECT5
@stdlib/assert-is-uint8array • 0.1.1Test if a value is a Uint8Array.INDIRECT5
@stdlib/assert-tools-array-function • 0.1.1Return a function which tests if every element in an array passes a test condition.INDIRECT11
@stdlib/boolean-ctor • 0.1.1Boolean constructor.INDIRECT0
@stdlib/complex-float32 • 0.1.164-bit complex number.INDIRECT54
@stdlib/complex-float64 • 0.1.1128-bit complex number.INDIRECT55
@stdlib/complex-reim • 0.1.1Return the real and imaginary components of a double-precision complex floating-point number.INDIRECT59
@stdlib/complex-reimf • 0.1.1Return the real and imaginary components of a single-precision complex floating-point number.INDIRECT55
@stdlib/constants-float64-exponent-bias • 0.1.1The bias of a double-precision floating-point number's exponent.INDIRECT47
@stdlib/constants-float64-high-word-abs-mask • 0.1.1High word mask for excluding the sign bit of a double-precision floating-point number.DIRECT47
@stdlib/constants-float64-high-word-exponent-mask • 0.1.1High word mask for the exponent of a double-precision floating-point number.DIRECT47
@stdlib/constants-float64-high-word-sign-mask • 0.1.1High word mask for the sign bit of a double-precision floating-point number.INDIRECT47
@stdlib/constants-float64-high-word-significand-mask • 0.1.1High word mask for the significand of a double-precision floating-point number.DIRECT47
@stdlib/constants-float64-max-base2-exponent-subnormal • 0.1.1The maximum biased base 2 exponent for a subnormal double-precision floating-point number.INDIRECT47
@stdlib/constants-float64-max-base2-exponent • 0.1.1The maximum biased base 2 exponent for a double-precision floating-point number.INDIRECT47
@stdlib/constants-float64-min-base2-exponent-subnormal • 0.1.1The minimum biased base 2 exponent for a subnormal double-precision floating-point number.INDIRECT47
@stdlib/constants-float64-ninf • 0.1.1Double-precision floating-point negative infinity.INDIRECT48
@stdlib/constants-float64-pinf • 0.1.1Double-precision floating-point positive infinity.INDIRECT47
@stdlib/constants-float64-smallest-normal • 0.1.1Smallest positive double-precision floating-point normal number.INDIRECT47
@stdlib/constants-uint16-max • 0.1.1Maximum unsigned 16-bit integer.INDIRECT0
@stdlib/constants-uint32-max • 0.1.1Maximum unsigned 32-bit integer.INDIRECT0
@stdlib/constants-uint8-max • 0.1.1Maximum unsigned 8-bit integer.INDIRECT0
@stdlib/error-tools-fmtprodmsg • 0.1.1Format an error message for production.INDIRECT1
@stdlib/fs-exists • 0.1.1Test whether a path exists on the filesystem.INDIRECT7
@stdlib/fs-resolve-parent-path • 0.1.1Resolve a path by walking parent directories.INDIRECT30
@stdlib/math-base-assert-is-infinite • 0.1.1Test if a double-precision floating-point numeric value is infinite.INDIRECT50
@stdlib/math-base-assert-is-nan • 0.1.1Test if a double-precision floating-point numeric value is NaN.INDIRECT47
@stdlib/math-base-napi-binary • 0.1.0C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.INDIRECT61
@stdlib/math-base-napi-unary • 0.1.1C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.INDIRECT61
@stdlib/math-base-special-abs • 0.1.1Compute the absolute value of a double-precision floating-point number.INDIRECT80
@stdlib/math-base-special-copysign • 0.1.0Return a double-precision floating-point number with the magnitude of x and the sign of y.INDIRECT83
@stdlib/math-base-special-floor • 0.1.1Round a double-precision floating-point number toward negative infinity.DIRECT62
@stdlib/math-base-special-ldexp • 0.1.0Multiply a double-precision floating-point number by an integer power of two.DIRECT98
@stdlib/math-base-special-round • 0.1.1Round a numeric value to the nearest integer.DIRECT0
@stdlib/number-ctor • 0.1.1Number constructor.INDIRECT0
@stdlib/number-float32-base-to-word • 0.1.1Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.INDIRECT55
@stdlib/number-float64-base-exponent • 0.1.1Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.INDIRECT70
@stdlib/number-float64-base-from-words • 0.1.1Create a double-precision floating-point number from a higher order word and a lower order word.DIRECT67
@stdlib/number-float64-base-get-high-word • 0.1.1Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.DIRECT67
@stdlib/number-float64-base-get-low-word • 0.1.1Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.DIRECT67
@stdlib/number-float64-base-normalize • 0.1.1Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.INDIRECT85
@stdlib/number-float64-base-to-float32 • 0.1.1Convert a double-precision floating-point number to the nearest single-precision floating-point number.INDIRECT51
@stdlib/number-float64-base-to-words • 0.1.1Split a double-precision floating-point number into a higher order word and a lower order word.INDIRECT66
@stdlib/object-ctor • 0.1.1Object constructor.INDIRECT0
@stdlib/os-byte-order • 0.1.1Platform byte order.INDIRECT15
@stdlib/os-float-word-order • 0.1.1Platform float word order.INDIRECT16
@stdlib/process-cwd • 0.1.1Return the current working directory.INDIRECT0
@stdlib/regexp-extended-length-path • 0.1.1Regular expression to detect an extended-length path.INDIRECT7
@stdlib/regexp-function-name • 0.1.1Return a regular expression to capture a function name.INDIRECT7
@stdlib/string-base-format-interpolate • 0.1.1Generate string from a token array by interpolating values.INDIRECT0
@stdlib/string-base-format-tokenize • 0.1.1Tokenize a string into an array of string parts and format identifier objects.INDIRECT0
@stdlib/string-base-lowercase • 0.2.1Convert a string to lowercase.INDIRECT0
@stdlib/string-base-replace • 0.1.1Replace search occurrences with a replacement string.INDIRECT0
@stdlib/string-format • 0.1.1Insert supplied variable values into a format string.INDIRECT2
@stdlib/string-replace • 0.1.1Replace search occurrences with a replacement string.INDIRECT27
@stdlib/symbol-ctor • 0.1.1Symbols.INDIRECT0
@stdlib/types • 0.1.0stdlib TypeScript type declarations.DIRECT0
@stdlib/utils-constructor-name • 0.1.1Determine the name of a value's constructor.INDIRECT17
@stdlib/utils-convert-path • 0.1.1Convert between POSIX and Windows paths.INDIRECT30
@stdlib/utils-define-nonenumerable-read-only-property • 0.1.1Define a non-enumerable read-only property.INDIRECT6
@stdlib/utils-define-property • 0.1.1Define (or modify) an object property.INDIRECT5
@stdlib/utils-escape-regexp-string • 0.1.1Escape a regular expression string or pattern.INDIRECT13
@stdlib/utils-get-prototype-of • 0.1.1Return the prototype of a provided object.INDIRECT24
@stdlib/utils-global • 0.1.1Return the global object.INDIRECT14
@stdlib/utils-library-manifest • 0.1.1Load a manifest for compiling source files.INDIRECT46
@stdlib/utils-native-class • 0.1.1Determine the specification defined classification of an object.INDIRECT4
@stdlib/utils-type-of • 0.1.2Determine 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.15.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.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-base-special-rempio2)](https://licenses.dev/npm/%40stdlib%2Fmath-base-special-rempio2)
<a href="https://licenses.dev/npm/%40stdlib%2Fmath-base-special-rempio2">
  <img src="https://licenses.dev/b/npm/%40stdlib%2Fmath-base-special-rempio2" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.0 version:

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