rugheid / Swift-MathEagle

A general math framework to make using math easy. Currently supports function solving and optimisation, matrix and vector algebra, complex numbers, big int, big frac, big rational, graphs and general handy extensions and functions.
MIT License
42 stars 6 forks source link

Make Complex generic #2

Open anthonyclays opened 9 years ago

anthonyclays commented 9 years ago

As the readme states:

The biggest advantage about MathEagle is that it's totally generic. :wink:

Making Complex generic over any real number would be great (especially when you get around to adding arbitrary precision numerics)