Complex

Perform operations on complex numbers with precision and ease.

Complex functions are essential for working with complex numbers and their operations. Calcul.io provides functions for addition, subtraction, multiplication, division, and other operations involving complex numbers. These functions are crucial for fields like electrical engineering, fluid dynamics, and quantum physics.

Our complex functions enable you to perform accurate and efficient calculations with complex numbers. Whether you are analyzing AC circuits, modeling wave functions, or solving complex equations, Calcul.io offers the robust tools necessary to handle complex numbers with precision and reliability.

arg

Compute the argument of a complex value. If x = a+bi, the argument is computed as atan2(b, a).

conj

Compute the complex conjugate of a complex value. If x = a+bi, the complex conjugate is a-bi.

im

Get the imaginary part of a complex number.

re

Get the real part of a complex number.

All functions