top | item 40925640

(no title)

kookybakker | 1 year ago

How about floats in scientific notation?

discuss

order

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