I want to have a half circle function from $x=0$ to $x=0.056$ with $f(0)=0$ and $f(0.056)=0$, and the highest point at $f(0.056/2) = 0.001$
I tried: $$ f(x) = \sqrt{0.001^2 - ( ( [0.001\times0.056]-x ) / 0.056)^2 } $$ but it will give me an error, because the number in the sqrt gets negative.