DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
cmplx.Polar()
Examples using...
cmplx.Polar()
Recent
Examples
Polar in Go
by GoDoc
Go
cmplx.Polar
fmt
fmt.Printf
math
math.Pi
Polar returns the absolute value r and phase θ of x, such that x = r * e**θi. The phase is in the range [-Pi, Pi].