summaryrefslogtreecommitdiffstats
path: root/docs/lang/python/complex_numbers.txt
blob: 754c35e010590b970be485a220468cbf5e653eb6 (plain) (blame)
1
2
You can represent complex numbers in python with a 'j' instead of an 'i'.
These can then be used in arithmetic expressions like normal.