Benchmarking communication between Elixir and Ruby Morphix -- now with morphification!

Numbers -- A generic wrapper to use *any* custom Numeric type!

Numbers is a wrapper exposing the generic functionality all kinds of (custom and built-in) numeric datatypes have. So you can use it to make your code fully number-agnostic!

The most fun might be that Tensor and ComplexNum now both follow Numbers’ Numeric behaviour ánd also use Numbers internally, which means that you can nest them arbitrarily! :D