exact?   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm

Implementation

; Utilities for math. Notice that inexact->exact is primitive,
                                        ; but exact->inexact is not.
(define exact? integer?)


Back to Index

Similar Entries