Numeric support broken?

Thanks for clearing this up. Coding with three different

    > numeric libraries in mind certainly is tricky... :frowning:

This is another good example of the benefits of duck typing -- using
"iterable" rather than "hasattar" checks for the interface rather than
the implementation.

JDH