Codebase Browser
go
Go to App
go
/
src/math/cmplx/
conj.go
// Conj returns the complex conjugate of x.
func
Conj
(
x
complex128
)
complex128
{
…
}