The procedure to generate geometry from a mathematical formula is based itself on two features: A "Formula" and a "Parallel Curve". Both of these items should be made from the "Generative Shape Design" or "Generative Wireframe and Surface" apps. This tutorial assumes that you know how to use parameters.
let theta(angle)
theta = acos(1-2*x)
y = ( R * sqrt(theta - ((sin(2*theta))/2)*1rad + 1rad*C*(sin(theta)**3)))/sqrt(PI)
Source: Federal University of Paraná
You can see that this formula differs from what you might get from another notebook. The reason why is that in the formula editor, an x parameter is normalized from 0 to 1, which is the same thing that the (2x/L) term in the theta expression is accomplishing. So the actual term to be used for the formula itself is just 2x (this mistake stole 5h of my life). The length of the curve is accounted for in a later part. The R parameter is, however, relevant in the law.