"Square" function in Raster Calculator of ArcGIS Pro doesn't work if used with a constant value. I used the expression:
SquareRoot(Square(("CostDist_fromGRUMP_bl_degrees" * 0) 0.004167))
instead of
SquareRoot(Square((0.004167))
to by-pass the problem. Has anybody else had the same issue?