Export power-of-two?

This commit is contained in:
Nikolay Puzanov 2022-11-06 10:20:40 +03:00
parent 98bd8f0430
commit f5977e41e1

View File

@ -5,8 +5,8 @@
(import (srfi srfi-1) (import (srfi srfi-1)
(srfi srfi-60)) (srfi srfi-60))
(export log2 (export log2 clog2
clog2 one? one? power-of-two?
curry curry-r curry curry-r
transpose transpose
number->string-binary number->string-binary