package
Version:
v0.8.1-0...-a25970e
Opens a new window with list of versions in this module.
Published: Mar 17, 2021
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cmplx64 provides complex64 versions of standard library math/cmplx
package routines used by gonum/blas.
Abs returns the absolute value (also called the modulus) of x.
Conj returns the complex conjugate of x.
Inf returns a complex infinity, complex(+Inf, +Inf).
IsInf returns true if either real(x) or imag(x) is an infinity.
IsNaN returns true if either real(x) or imag(x) is NaN
and neither is an infinity.
NaN returns a complex “not-a-number” value.
Sqrt returns the square root of x.
The result r is chosen so that real(r) ≥ 0 and imag(r) has the same sign as imag(x).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.