Search results
82 packages found
Complex numbers.
Create an uninitialized array having a specified length.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Create an uninitialized array having the same length and data type as a provided array.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Return the real and imaginary components of a single-precision complex floating-point number.
Return the real and imaginary components of a double-precision complex floating-point number.
Wrap a function and casts a function's return value to a complex number.
Base (i.e., lower-level) complex number functions
Create an array filled with NaNs and having a specified length.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Create an array filled with NaNs and having the same length and data type as a provided array.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Multiply two single-precision complex floating-point numbers.
Subtract two single-precision complex floating-point numbers.
- stdlib
- stdmath
- mathematics
- math
- csubtract
- subtract
- sub
- csub
- csubf
- subtraction
- difference
- sum
- arithmetic
- complex
- View more
Subtract two double-precision complex floating-point numbers.
Return the imaginary component of a single-precision complex floating-point number.
Return the real component of a single-precision complex floating-point number.
Return the real component of a double-precision complex floating-point number.
Return the imaginary component of a double-precision complex floating-point number.
Complex64Array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- complex64array
- complex64
- complex
- cmplx
- real
- View more
Complex128Array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- complex128array
- complex128
- complex
- cmplx
- real
- View more
Create a filled array having a specified length.
- stdlib
- stdtypes
- types
- data
- structure
- typed
- array
- typed array
- typed-array
- vector
- ndarray
- matrix
- float64array
- float32array
- View more
Test if a value is a complex typed array.