The function f(x) takes a numerical input and returns its square for values less than 10. For values greater than or equal to 10, the function adds 10 to the input and then squares it.
