mmoller2k / Float64

Double precision 64-bit floating point library for Arduino
GNU General Public License v3.0
20 stars 8 forks source link

Question: Math functions (sin, cos, ...) #7

Open tablesturn opened 4 years ago

tablesturn commented 4 years ago

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?

tablesturn commented 4 years ago

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!