adding (srfi 141)

This commit is contained in:
Alex Shinn 2017-04-01 20:42:32 +09:00
parent 08b586b7f9
commit efc6426a59

8
lib/srfi/141.sld Normal file
View file

@ -0,0 +1,8 @@
(define-library (srfi 141)
(import (scheme base) (scheme division))
(export ceiling-quotient ceiling-remainder ceiling/
euclidean-quotient euclidean-remainder euclidean/
floor-quotient floor-remainder floor/
round-quotient round-remainder round/
truncate-quotient truncate-remainder truncate/
balanced-quotient balanced-remainder balanced/))