What is the best floating point library (ease of use and optimization)

I need floating point operations for a project. I started by implementing some of them as I needed using some fixed point and scoreboard operations but it aint the best and I now need arctan and It's starting to be a pain. I found this one that looks good to me: https://github.com/gibbsly/gm Do you know anything better ?
Continue to help post