nickgammon / BigNumber

BigNumber library for the Arduino
MIT License
85 stars 22 forks source link

Log and Doubles #12

Closed leonardoInf closed 5 years ago

leonardoInf commented 5 years ago

I've basically made flok99's suggestions more stable, added his double2num and added my num2double and log functions.

This library really helps me in my project btw where I have to deal with tiny numbers like the Planck constant.

leonardoInf commented 5 years ago

My log functions suck