go/src/math/cmplx/log.go

// Log returns the natural logarithm of x.
func Log(x complex128) complex128 {}

// Log10 returns the decimal logarithm of x.
func Log10(x complex128) complex128 {}