Hacker News new | ask | show | jobs
by kookybakker 702 days ago
How about floats in scientific notation?
1 comments

You can do something similar, no? std::pow is not constexpr (most float stuff is not, presumably due to floating point state) but you can implement 10^x anyway