These functions are affected by the calculator's angle mode; angles may be expressed in degrees, radians, grads or cycles.
Absolute Value
When complex numbers are enabled, this function accepts a single complex value of the form of abs(x + yi). When complex numbers are disabled, it accepts two separate values either side of the function, in the form of (x) abs (y).

When used in the Function Grapher, it returns a positive number given a single real value.

Argument
The arg function result is the counterclockwise angle from the positive x axis to the ray from the origin through the point (x, y). It is defined unless both x and y are 0. The results range from -Π to +Π when expressed in radians.
When complex numbers are enabled, this function accepts a single complex value of the form of arg(x + yi). When complex numbers are disabled, it accepts two separate values either side of the function in the form (x) arg (y).
The resulting value will be in units specified the calculator's angle mode.
When complex numbers are enabled, this function accepts a single complex input in the form of P⇒R(r + ai) and returns a complex result in the form of (x + yi). Additionally, the x (real) component is placed in the rx memory register, and the y (imaginary) component is stored in ay.
Polar & Rectangular
Complex Example:
[P⇒R] 72 [;] 1.2 (radians)
[ENTER]
Displays: 26.0897583223204976 + 67.1068141896402972i
If complex numbers are disabled, two values are accepted separately, in the the form of (r) P⇒R (a), and only the x result is returned directly. The calculated y value can be retrieved by recalling it from the ay memory register.
Real Number Example:
72 [P⇒R] 1.2 (radians)
[ENTER]
Displays: 26.0897583223204976
[RCL] [ay]
Displays: 67.1068141896402972
R⇒P

Converts rectangular coordinates to polar coordinates, where the result is expressed in terms of angle and radius. The resulting angle will be in units specified the calculator's angle mode. This function is the reverse operation of P⇒R.

Polar & Rectangular
When complex numbers are enabled, this function accepts a single complex input in the form of R⇒P(x + yi) and returns a complex result in the form of (r + ai). Additionally, the radius (real) component is placed in the rx memory register, and the angle (imaginary) component is stored in ay.
If complex numbers are disabled, two values are accepted separately, in the the form of (x) R⇒P (y), and only the radius r result is returned directly. The calculated angle value can be retrieved by recalling it from the ay memory register.