View Raw SPL
/* min of X values - s.xmin */
getxmin(s)
{
        local xmin, xmax;

        (xmin, xmax) = xminmax(s);

        return(xmin);
}