Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

The **@stdlib/math-base-special-rempio2** package provides a low‑level routine that reduces a floating‑point number `x` by multiples of π/2, returning the integer quotient `n` and the remainder `r` split into two double‑precision parts (`y[0]` + `y[1] = r`). It’s intended for developers of numerical and scientific JavaScript (or C) libraries who need accurate argument reduction for trigonometric functions, especially when working with large‑magnitude inputs.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of stdlib-js/math-base-special-rempio2

Account's avatar
stdlib-js/array-base-zeros
Create a zero-filled generic array.
Account's avatar
stdlib-js/constants-float64-high-word-abs-mask
High word mask for excluding the sign bit of a double-precision floating-point number.
Account's avatar
stdlib-js/constants-float64-high-word-exponent-mask
High word mask for the exponent of a double-precision floating-point number.
Account's avatar
stdlib-js/constants-float64-high-word-significand-mask
High word mask for the significand of a double-precision floating-point number.
Account's avatar
stdlib-js/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
Account's avatar
stdlib-js/math-base-special-ldexp
Multiply a double-precision floating-point number by an integer power of two.
Account's avatar
stdlib-js/math-base-special-round
Round a numeric value to the nearest integer.
Account's avatar
stdlib-js/napi-argv
C utilities for retrieving Node-API add-on callback arguments.
Account's avatar
stdlib-js/napi-argv-double
Convert a Node-API value to a double-precision floating-point number.
Account's avatar
stdlib-js/napi-argv-float64array
Convert a Node-API value to a double-precision floating-point array.
Account's avatar
stdlib-js/napi-create-double
Convert a double-precision floating-point number to a Node-API value.
Account's avatar
stdlib-js/napi-export
C utilities for registering Node-API modules.
Account's avatar
stdlib-js/number-float64-base-from-words
Create a double-precision floating-point number from a higher order word and a lower order word.
Account's avatar
stdlib-js/number-float64-base-get-high-word
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Account's avatar
stdlib-js/number-float64-base-get-low-word
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Account's avatar
stdlib-js/types
stdlib TypeScript type declarations.
Account's avatar
stdlib-js/utils-library-manifest
Load a manifest for compiling source files.
Account's avatar
stdlib-js/array-base-incrspace
Generate a linearly spaced numeric array according to a provided increment.
Account's avatar
stdlib-js/array-base-linspace
Generate a linearly spaced numeric array.
Account's avatar
stdlib-js/array-float64
Float64Array.
Account's avatar
stdlib-js/assert-is-integer
Test if a value is a number having an integer value.
Account's avatar
stdlib-js/assert-is-number
Test if a value is a number.
Account's avatar
stdlib-js/constants-float64-eps
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
Account's avatar
stdlib-js/constants-float64-fourth-pi
1/4 times π.
Account's avatar
stdlib-js/constants-float64-half-pi
1/2 times π.
Account's avatar
stdlib-js/constants-float64-ninf
Double-precision floating-point negative infinity.
Account's avatar
stdlib-js/constants-float64-pinf
Double-precision floating-point positive infinity.
Account's avatar
stdlib-js/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
Account's avatar
stdlib-js/math-base-special-abs
Compute the absolute value of a double-precision floating-point number.
Account's avatar
stdlib-js/math-base-special-pow
Exponential function.
Account's avatar
stdlib-js/random-array-uniform
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
Account's avatar
stdlib-js/random-base-randu
Uniformly distributed pseudorandom numbers between 0 and 1.
Account's avatar
stdlib-js/utils-try-require
Wrap `require` in a try/catch block.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
Planeshifter/tap-min
Minimal TAP output formatter.
Account's avatar
stdlib-js/bench-harness
Benchmark harness.

Support the repos that depend on this repository

Top contributors

stdlib-bot's profile
stdlib-bot
74 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
stdlib-js

stdlib-js/math-base-special-rempio2

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

JavaScript
1
0
Apache License 2.0