Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rounding

From: rpgwriter::yahoo::com at: 30-May-2002 18:52

--- Christian Langreiter <[chris--langreiter--com]> wrote:
> > Is there such a beast or must one write a function > to do it? > > round: func [x] [to-integer .5 + x]
This has results which are probably undesired with negative inputs. Chris Dicely