
### NAME

    round() - rounds a float

### SYNOPSIS

    float round( float f );

### DESCRIPTION

    returns the rounded value of `f` as a float.

### SEE ALSO

    ceil(3), floor(3)
