```julia @desmos_function f(x) = sin(x) - x^2/5 desmos_latexify(f) # should return "f\\left(x\\right)=\\sin\\left(x\\right)-x^{\\frac{2}{5}}" ```