Updated 6 months ago

math-iter-ops-mod • Rank 4.0 • Science 44%

Create an iterator which performs an element-wise modulo operation of two or more iterators.

Updated 6 months ago

@stdlib/math-iter-ops-add • Rank 3.8 • Science 44%

Create an iterator which performs element-wise addition of two or more iterators.

Updated 6 months ago

complex-float64-base-mul-add • Rank 0.0 • Science 44%

Perform a multiply-add operation involving three double-precision complex floating-point numbers.

Updated 6 months ago

math-iter-ops-multiply • Rank 0.0 • Science 44%

Create an iterator which performs element-wise multiplication of two or more iterators.

Updated 6 months ago

cyclotomic • Rank 6.2 • Science 13%

The field of cyclotomic numbers.

Updated 6 months ago

math-base-special-cinvf • Science 67%

Compute the inverse of a single-precision complex floating-point number.

Updated 6 months ago

math-base-special-cinvf • Science 26%

The "math-base-special-cinvf" repository provides a precise implementation of the inverse cumulative distribution function for the normal distribution. This library aims to enhance numerical computation in JavaScript, making it easier for developers to integrate statistical functions into their applications. 🛠️📊

Updated 6 months ago

complex-float64-base-scale • Science 44%

Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.

Updated 6 months ago

zmodn • Science 44%

The Zmodn package provides a class for representing integers modulo a given prime number. This class can be used to applications such as cryptography and computer algebra.