On Fri, May 20, 2011 at 10:40 AM, Rick Dwyer <rpdw...@earthlink.net> wrote:

> How do I coerce the result to always round up to the nearest increment 1/4?
>

$x = ceil($x * 4) / 4;

David

Reply via email to