not logged in | [Login]

Maths operations on complex numbers.

import

import cmath

implemented

cmath.cos()
cmath.e        #constant
cmath.exp()
cmath.log()
cmath.log10()
cmath.phase()
cmath.pi       #constant
cmath.polar()
cmath.rect()
cmath.sqrt()
cmath.sin()

notes

reference

CPython cmath