Maxima Function
cdf_continuous_uniform (x,a,b)
Returns the value at x of the distribution function of a Continuous Uniform(a,b) random variable, with a<b. To make use of this function, write first load(distrib).
load(distrib)