Skip to main content

Argument

Computes the argument of a complex number.

Syntax

argument(Complex)
argument(Point, Point)
argument(Vector)

Description

Given a complex number z, computes its argument.

polynomials.argument1_commands.calc.png

Given two points P and Q, let A=Q-P. This function returns the argument of the vector OA.

polynomials.argument2_commands.calc.png

Given a vector v, returns its argument.

polynomials.argument3_commands.calc.png