mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
adding (srfi 141)
This commit is contained in:
parent
08b586b7f9
commit
efc6426a59
1 changed files with 8 additions and 0 deletions
8
lib/srfi/141.sld
Normal file
8
lib/srfi/141.sld
Normal 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/))
|
Loading…
Add table
Reference in a new issue