Complex.Kernel (complex v0.4.2)
Provides operator overloading for Elixir operators.
When you use Complex.Kernel, be aware that the arithmetic operators
won't work in clause guards. For that you need to use the fully qualified
functions (i.e.: when Kernel.+(a, b) == 1) instead.
Link to this section Summary
Link to this section Functions
Link to this function
a ** b
Link to this function
a * b
Link to this function
a + b
Link to this function
a - b
Link to this function