1# x cLog2 cExp2 -> x (when x is never negative)
2
3T=d f
4V=x
5R=-1,0.75,0.25
6F=exp2(log2(acos(x)))
7C=fp_exp2(fp_log2(fp_acos(x)))
8