Hacker News new | ask | show | jobs
by dctwin 702 days ago
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