Updated 10 months ago

namespace-alias2pkg • Rank 7.1 • Science 44%

Return the package name associated with a specified alias.

Updated 10 months ago

@stdlib/math-base-napi-ternary • Rank 7.1 • Science 44%

C APIs for registering an N-API module exporting an interface for invoking a ternary numerical function.

Updated 10 months ago

@stdlib/ndarray-base-assert-is-same-kind-data-type-cast • Rank 6.9 • Science 44%

Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.

Updated 9 months ago

@stdlib/math-base-special-atan2 • Rank 6.9 • Science 44%

Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 10 months ago

@stdlib/number-float64-base-signbit • Rank 6.9 • Science 44%

Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).

Updated 10 months ago

@stdlib/random-iter-uniform • Rank 6.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.

Updated 10 months ago

@stdlib/array-min-dtype • Rank 6.8 • Science 44%

Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.

Updated 10 months ago

@stdlib/strided-base-unary • Rank 6.8 • Science 44%

Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.

Updated 10 months ago

@stdlib/datasets-us-states-abbr • Rank 6.7 • Science 44%

A list of US state two-letter abbreviations in alphabetical order according to state name.

Updated 10 months ago

@stdlib/array-base-copy • Rank 6.6 • Science 44%

Copy the elements of an array-like object to a new generic array.

Updated 9 months ago

@stdlib/constants-float32-precision • Rank 6.6 • Science 44%

Effective number of bits in the significand of a single-precision floating-point number.

Updated 10 months ago

@stdlib/ndarray-base-dtype-resolve-enum • Rank 6.6 • Science 44%

Return the enumeration constant associated with a supported ndarray data type value.

Updated 10 months ago

@stdlib/number-float32-base-from-word • Rank 6.5 • Science 44%

Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.

Updated 10 months ago

@stdlib/complex-base-cast-return • Rank 6.5 • Science 44%

Wrap a function and casts a function's return value to a complex number.