static double arctanSigmoid_zeroToOne(double a) { ret 0.5+Math.atan(a)/pi(); }