Wiki

Clone wiki

symja_android_library / Symbols / Arg

Arg

Arg(expr)
returns the argument of the complex number expr.

See:

Examples

>>> Arg(1+I)
Pi/4

Updated