Function FROUND


Slots on this function:

Documentation:
The term {tt (fround $tau$)} is equivalent to {tt (ffloor (+ 0.5 $tau$))}.
Arity: 2

Axioms:

(=> (Fround ?X ?Result) (= ?Result (Ffloor (+ 0.5 ?X))))