GitHub

GitHub

GitHub is a web-based hosting service for version control using Git.

54,061 tracked projects
Public Registry
Public registry metadata is sourced from known upstream package ecosystems.
github.com

Find Project in GitHub

ProjectDescription
Test if a double-precision floating-point numeric value is positive zero.
C APIs for registering an N-API module exporting an interface for invoking a unary numerical function.
Perform C-like multiplication of two unsigned 32-bit integers.
Natural logarithm of the beta function.
Compute the natural logarithm of the binomial coefficient.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Compute the cosine of a number.
Complementary error function.
Evaluate the natural logarithm of the factorial function.
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
Gamma function.
Compute the ratio of two gamma functions.
Calculate the Lanczos sum for the approximation of the gamma function.
Calculate a scaled Lanczos sum for the approximation of the gamma function.
Compute gamma(x+1) - 1.
Incomplete beta function and its first derivative.
Compute the cosine of a number on `[-π/4, π/4]`.
Compute the tangent of a number on [-π/4, π/4].
Natural logarithm.
Exponential function.
Evaluate bˣ - 1.
Round a numeric value to the nearest integer.
Round a numeric value to the nearest multiple of 10^n.
Compute the sine of a number.
Compute sin(πx).
Compute the principal square root of a double-precision floating-point number.
Evaluate the tangent of a number.
Round a double-precision floating-point number toward zero.
Perform C-like multiplication of two unsigned 32-bit integers.
Evaluate a polynomial.
Determine if a buffer length is compatible with provided ndarray meta data.
Test if an input value is a supported ndarray index mode.
Test if an input value is an ndarray order.
Return the number of bytes per element provided an underlying array data type.
Return the enumeration constant associated with an ndarray data type string.
Return an index given an index mode.
Given a stride array, determine array iteration order.
Compute the minimum linear index in an underlying data buffer accessible to an array view.
Generate a stride array from an array shape.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Determine the order of a multidimensional array based on a provided stride array.
Wrap an index on the interval [0,max].
List of ndarray data types.
List of ndarray index modes.
List of ndarray orders.
Standard library networking.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Set the more significant 32 bits of a double-precision floating-point number.
Set the less significant 32 bits of a double-precision floating-point number.