Use Alt codes on Windows to type exponents, like Alt + 0178 for superscript 2. On Mac, use the Baseline format in apps like Pages to add superscripts for exponents. Use Text Replacement on iPhones to ...
I just want to be able to:<BR>printf(%f\n",1.0/(2^3));<BR>and get 0.125000, but it seems to need a float for the denominator.<BR>However, I get an error if I try<BR ...