First off, I know how to solve for negative exponents. The inquiry is how to solve for the number if the exponent is like 0.5 or 1/2. I found this forum post which talked about the reasons it is possible and that it works.
How does an exponent work when it's less than one?
It is nice to understand that it works however I am having a hard time trying to figure out the exact math you need to do; to solve for like, $\\36^.5$ I know I can just use a calculator however I am trying to actually make a calculator and I need to know how to do this to incorporate this into it.
Thanks in advance.
x**(1/2)
for $x^{1/2}$ – saulspatz Dec 03 '19 at 23:16