# x cSqrt cSqr -> x (when x is never negative)

T=d f
V=x
R=-1,1,0.5
F=sqrt(acos(x))^2
C=fp_pow(fp_sqrt(fp_acos(x)), 2)
