top | item 40925640 (no title) kookybakker | 1 year ago How about floats in scientific notation? discuss order hn newest dctwin|1 year 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
dctwin|1 year 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
dctwin|1 year ago