Found a 64bit double implementation library, but I cannot compile it

Still an amazing lib :slight_smile:

directly derive cosine from sine uses less steps: cosine(x) = sine(x+PI/2); so might be faster?

however it uses a big constant so thats worse for the footprint.