@stdlib/number-uint32-base-to-int32
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Convert a signed 32-bit integer to an unsigned 32-bit integer.
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
Determine if an array data type can be safely cast to another array data type.
Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.
Convert an array to an array of a different data type.
Convert an array to the same data type as a second input array.
Create a single-element array containing a provided scalar value.
List of ndarray casting modes.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Test if an input value is a supported ndarray casting mode.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.
Wrap a function and casts a function's return value to a complex number.
Reinterpret a BooleanArray as a Uint8Array.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Reinterpret a Complex128Array as a Float64Array.
Reinterpret a Complex64Array as a Float32Array.