Updated 6 months ago

@stdlib/number-float64-base-to-float32 • Rank 20.7 • Science 44%

Convert a double-precision floating-point number to the nearest single-precision floating-point number.

Updated 6 months ago

@stdlib/ndarray-same-kind-casts • Rank 7.8 • Science 44%

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

Updated 6 months ago

@stdlib/ndarray-base-assert-is-allowed-data-type-cast • Rank 7.7 • Science 44%

Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.

Updated 6 months ago

@stdlib/ndarray-safe-casts • Rank 7.2 • Science 44%

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

Updated 6 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 6 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.

Updated 6 months ago

@stdlib/ndarray-promotion-rules • Rank 6.1 • Science 44%

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

Updated 6 months ago

@stdlib/array-safe-casts • Rank 4.7 • Science 44%

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

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/number-float64-base-from-int64-bytes • Rank 3.6 • Science 44%

Convert a signed 64-bit integer byte array to a double-precision floating-point number.

Updated 6 months ago

@stdlib/array-same-kind-casts • Rank 3.1 • Science 44%

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

Updated 6 months ago

@stdlib/array-promotion-rules • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/complex-promotion-rules • Rank 2.5 • Science 44%

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

Updated 6 months ago

ndarray-base-assert-is-mostly-safe-data-type-cast • Rank 0.0 • Science 44%

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

Updated 6 months ago

array-base-assert-is-same-kind-data-type-cast • Rank 0.0 • Science 44%

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

Updated 6 months ago

number-float64-base-to-int32 • Rank 0.0 • Science 44%

Convert a double-precision floating-point number to a signed 32-bit integer.

Updated 6 months ago

@stdlib/number-float64-base-to-int64-bytes • Rank 9.1 • Science 26%

Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.

Updated 6 months ago

@stdlib/ndarray-mostly-safe-casts • Science 44%

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.

Updated 6 months ago

@stdlib/strided-base-reinterpret-complex • Science 44%

Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.

Updated 6 months ago

array-mostly-safe-casts • Science 44%

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

Updated 6 months ago

@stdlib/array-from-scalar • Science 44%

Create a single-element array containing a provided scalar value.