Thank you for this great library! It's running perfectly on my ATmega32 diy calculator.
The thing is, I want to perform trigonometric calculations with the float64 numbers (sin, cos, tan).
Is there any possibility of doing that without having to re-write the math.h for float64?
Alright, I found your Math64 library that is perfect for my case!
Maybe you want to add a comment in the Float64 readme that this library exists.
Thanks!
Thank you for this great library! It's running perfectly on my ATmega32 diy calculator. The thing is, I want to perform trigonometric calculations with the float64 numbers (sin, cos, tan). Is there any possibility of doing that without having to re-write the math.h for float64?