rational?
builtin-function
(rational? expr)
Returns true if expr is a rational number.
expr
make-html > (rational? (/ 1 2)) it: true make-html > (rational? 1) it: true make-html > (rational? (math:pow 2 0.5)) it: false