Arc Cross Reference |
truncate[procedure] truncate nRound a real number n towards zero and makes it an exact integer. Gauche's scheme:truncate->exact. (xdef 'truncate (lambda (x) (inexact->exact (truncate x)))) | 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 |