RIght now: ```julia julia> √x===x^(0.5) false julia> √x===x^(1//2) false ``` do we want to add this feature? could it be wrong or counterproductive in some instances?