> CEIL(x) ((int)(x) + ((x) > 0 && ((x) - (int)(x)) > FLT_EPSILON))
This solution begins to be too much complex. In this case I begin to agree with Martti, and I think the best solution is to use ceil. Regards, -- Roberto E. Vargas Caballero
> CEIL(x) ((int)(x) + ((x) > 0 && ((x) - (int)(x)) > FLT_EPSILON))
This solution begins to be too much complex. In this case I begin to agree with Martti, and I think the best solution is to use ceil. Regards, -- Roberto E. Vargas Caballero