Function reference · Complex

rectform

Converts supported polar complex forms toward rectangular form.

Nerdamer recognizes exponential polar forms and rewrites them with cosine and sine components. If no exact identity is available, an evaluable complex expression can be returned in rectangular form.

Examples

These examples use Nerdamer Notation.

Convert a polar exponential to real and imaginary components.

rectform(e^(i*pi/3))

Interfaces

The same operation is available through the interfaces below.

Nerdamer Notation · nerdamer API

Nerdamer Notation

Use this form inside input passed to nerdamer(...).

rectform(arg1)

nerdamer.rectform

Call the operation through the default nerdamer import.

nerdamer.rectform(x: ExpressionInput): Expression

Parameters

NameTypeDescription
xExpressionInput

Returns

Expression

Browse the nerdamer API →

← Back to Reference