foxes.utils.sqrt_reg(x, x0=0.01)[source] A regularized sqrt function, producing non-zero values also for smallish negative x. Parameters¶ x: numpy.ndarrayThe x values to evaluate x0: floatParameter where to start the smoothing Returns¶ out: numpy.ndarrayThe regularized sqrt(x) results