Skip to main content
5 of 7
deleted 93 characters in body; added 2 characters in body
ovs
  • 61.2k
  • 3
  • 49
  • 164

Python 2, 47 44 43 41 39 bytes

-3 bytes thanks to @JungHwanMin
-1 byte thanks to @HyperNeutrino
-2 bytes thanks to @JonathanFrech

def f(x):s=int(x**.5);print(x+s*s)/2./s 

Try it online!

ovs
  • 61.2k
  • 3
  • 49
  • 164