nickgammon / BigNumber

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

Implement bc_cbrt #18

Open brandonros opened 3 years ago

brandonros commented 3 years ago

Instead of bc_sqrt (square), bc_cbrt (cube)

brandonros commented 3 years ago

Can I just do pow(1.0/3.0)?

nickgammon commented 3 years ago

Try it and see.