; It's fairly basic, but does the job.

Round: func [R [integer! decimal!]] [
        to-integer either 0.5 <= remainder R 1 [R + 1][R]
        ]

Any one got any other maths functions?

Andrew Martin
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
Online @ 33,600 Baud!
-><-

Reply via email to