And the documentation http://docs.julialang.org/en/release-0.2/stdlib/base/?highlight=angle#Base.angle
On 4 January 2014 08:42, Michele Zaffalon <[email protected]>wrote: > angle() > > julia> angle(-1)==pi > true > > julia> angle(1im)==pi/2 > true > > > On 4 January 2014 08:35, Sheehan Olver <[email protected]> wrote: > >> >> What's the command for arg of a complex number? arg() doesn't seem to >> exist. >> >> >> >
