'/'

Divide two complex numbers

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This function returns the quotient of two given Complex numbers.

Syntax

c3 = '/'(c1, c2)

Inputs (2)

c1

Type: MyComplex

Description: Complex number 1

c2

Type: MyComplex

Description: Complex number 2

Outputs (1)

c3

Type: MyComplex

Description: = c1/c2