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

GNU MPFR #11

Open rugheid opened 7 years ago

rugheid commented 7 years ago

Change the BigFloat class to use GNU MPFR instead of GMP. This allows the use of more important functions like logarithms.