JSPM

Found 630 results for stdtypes

@stdlib/complex-reimf

Return the real and imaginary components of a single-precision complex floating-point number.

  • v0.2.1
  • 69.27
  • Published

@stdlib/complex-reim

Return the real and imaginary components of a double-precision complex floating-point number.

  • v0.2.1
  • 68.87
  • Published

@stdlib/number-float32-base-to-word

Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.

  • v0.2.3
  • 63.68
  • Published

@stdlib/complex-float64-reim

Return the real and imaginary components of a double-precision complex floating-point number.

  • v0.1.4
  • 63.19
  • Published

@stdlib/complex-float32-reim

Return the real and imaginary components of a single-precision complex floating-point number.

  • v0.1.4
  • 61.98
  • Published

@stdlib/object-assign

Copy enumerable own properties from one or more source objects to a target object.

  • v0.2.3
  • 57.47
  • Published

@stdlib/ndarray-base-offset

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

  • v0.2.3
  • 47.40
  • Published

@stdlib/ndarray-base-strides2offset

Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.

  • v0.2.3
  • 46.32
  • Published

@stdlib/ndarray-offset

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

  • v0.2.3
  • 45.14
  • Published

@stdlib/ndarray-same-kind-casts

Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.

  • v0.4.1
  • 42.83
  • Published

@stdlib/array-zeros

Create a zero-filled array having a specified length.

  • v0.2.3
  • 42.22
  • Published

@stdlib/ndarray-safe-casts

Return a list of ndarray data types to which a provided ndarray data type can be safely cast.

  • v0.4.1
  • 42.04
  • Published

@stdlib/array-base-join

Return a string created by joining array elements using a specified separator.

  • v0.1.2
  • 41.23
  • Published

@stdlib/array-empty

Create an uninitialized array having a specified length.

  • v0.3.1
  • 41.14
  • Published

@stdlib/array-base-accessor

Create a minimal array-like object supporting the accessor protocol from another array-like object.

  • v0.2.3
  • 40.25
  • Published

@stdlib/ndarray-mostly-safe-casts

Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.

  • v0.4.1
  • 39.64
  • Published

@stdlib/array-min-dtype

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

  • v0.3.1
  • 39.41
  • Published

@stdlib/ndarray-promotion-rules

Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.

  • v0.4.1
  • 39.23
  • Published

@stdlib/array-base-map

Apply a callback function to elements in an input array and assign results to elements in a new output array.

  • v0.1.1
  • 38.96
  • Published

@stdlib/array-base-every-by

Test whether all elements in an array pass a test implemented by a predicate function.

  • v0.2.3
  • 38.58
  • Published

@stdlib/ndarray-zeros

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

  • v0.3.1
  • 37.71
  • Published

@stdlib/array-base-copy

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

  • v0.2.3
  • 37.50
  • Published

@stdlib/array-base-fill

Fill all elements within a portion of an array with a specified value.

  • v0.1.1
  • 36.56
  • Published

@stdlib/number-float32-base-from-word

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

  • v0.2.3
  • 36.24
  • Published

@stdlib/ndarray-empty

Create an uninitialized ndarray having a specified shape and data type.

  • v0.3.1
  • 34.91
  • Published

@stdlib/number-float64-base-signbit

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

  • v0.2.4
  • 34.67
  • Published

@stdlib/array-one-to

Generate a linearly spaced numeric array whose elements increment by 1 starting from one.

  • v0.2.3
  • 32.20
  • Published

@stdlib/array-full

Create a filled array having a specified length.

  • v0.3.1
  • 32.14
  • Published

@stdlib/ndarray-empty-like

Create an uninitialized ndarray having the same shape and data type as a provided ndarray.

  • v0.3.2
  • 31.84
  • Published

@stdlib/ndarray-zeros-like

Create a zero-filled ndarray having the same shape and data type as a provided ndarray.

  • v0.3.2
  • 30.68
  • Published

@stdlib/array-base-any-is-entry-in

Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.

  • v0.1.1
  • 30.36
  • Published

@stdlib/array-ones

Create an array filled with ones and having a specified length.

  • v0.2.2
  • 30.35
  • Published