Branch : - branch - marshall master pdf v0.1 - tag - HTTPd-v0.1.0 HTTPd-v0.1.1 HTTPd-v0.2.0 v0 v0.1.0 v0.1.1 v0.1.10 v0.1.11 v0.1.12 v0.1.13 v0.1.14 v0.1.15 v0.1.16 v0.1.2 v0.1.3 v0.1.4 v0.1.5 v0.1.6 v0.1.7 v0.1.8 v0.1.9
# 1.12 Complex Complex numbers are supported in KC3 through the `Complex` type and the `+i` infix operator. ## 1.12.1 Examples ```elixir ikc3> i = 0 +i 1 0 +i 1 ikc3> ii = i * i -1 +i 0 ikc3> iii = i +i i -1 +i 1 ikc3> type(i) Complex