Maxima Function
cdf_cauchy (x,a,b)
Returns the value at x of the distribution function of a Cauchy(a,b) random variable, with b>0. To make use of this function, write first load(distrib).
load(distrib)