And absolute value for complex numbers: ``` >>> abs(y - (3+3j)) 0.0 >>> abs(y - (3+3.001j)) 0.0009999999999998899 ``` We probably need #229 first in order to implement it.