Updated 6 months ago

@stdlib/math-base-special-cidentityf • Rank 4.1 • Science 44%

Evaluate the identity function for a single-precision complex floating-point number.

Updated 6 months ago

@stdlib/array-base-assert-is-mostly-safe-data-type-cast • Rank 4.1 • Science 44%

Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.

Updated 6 months ago

@stdlib/utils-async-some-by • Rank 4.1 • Science 44%

Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/random-streams-pareto-type1 • Rank 4.1 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Pareto (Type I) distribution.

Updated 6 months ago

@stdlib/constants-float64-precision • Rank 4.1 • Science 44%

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

Updated 6 months ago

@stdlib/datasets-us-states-capitals • Rank 4.1 • Science 44%

A list of US state capitals in alphabetical order according to state name.

Updated 6 months ago

@stdlib/assert-tools-typed-array-function • Rank 4.0 • Science 44%

Return a function which tests if every element in a typed array passes a test condition.

Updated 6 months ago

@stdlib/utils-async-any-by • Rank 4.0 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/blas-ext-base-sdsnansum • Rank 4.0 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.

Updated 6 months ago

average-calculator • Rank 4.0 • Science 44%

📊 Creation of a Grade Average calculator to find out if the final grade was sufficient or not for approval.

Updated 6 months ago

@stdlib/math-strided-special-avercos-by • Rank 4.0 • Science 44%

Compute the inverse versed cosine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/stats-base-nanmin-by • Rank 4.0 • Science 44%

Calculate the minimum value of a strided array via a callback function, ignoring NaN values.

Updated 6 months ago

@stdlib/blas-ext-base-snansum • Rank 4.0 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.

Updated 6 months ago

@stdlib/namespace-pkg2standalone • Rank 4.0 • Science 44%

Return the standalone package name associated with a provided internal package name.

Updated 6 months ago

@stdlib/utils-async-reduce • Rank 4.0 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Updated 6 months ago

@stdlib/ndarray-min-dtype • Rank 4.0 • Science 44%

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

Updated 6 months ago

@stdlib/ndarray-base-zeros • Rank 4.0 • Science 44%

Create a zero-filled ndarray having a specified shape and data type.

Updated 6 months ago

@stdlib/math-strided-special-dceil • Rank 4.0 • Science 44%

Round each element in a double-precision floating-point strided array toward positive infinity.

Updated 6 months ago

@stdlib/math-base-special-flipsign • Rank 4.0 • Science 44%

Return a double-precision floating-point number with the magnitude of x and the sign of x*y.

Updated 6 months ago

@stdlib/constants-float16-precision • Rank 4.0 • Science 44%

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

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/stats-base-dsnanmeanors • Rank 4.0 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/ndarray-base-napi-addon-arguments • Rank 4.0 • Science 44%

C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray N-API add-on interface.

Updated 6 months ago

@stdlib/random-iter-normal • Rank 4.0 • Science 44%

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

Updated 6 months ago

@stdlib/math-base-special-modf • Rank 4.0 • Science 44%

Decompose a double-precision floating-point number into integral and fractional parts.