Arc Cross Reference |
round[procedure] round n(def round (n) (withs (base (truncate n) rem (abs (- n base))) (if (> rem 1/2) ((if (> n 0) + -) base 1) (< rem 1/2) base (odd base) ((if (> n 0) + -) base 1) base))) | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |