rationalp
object => generalized-boolean
object---an object.
generalized-boolean---a generalized boolean.
Returns true if object is of type rational; otherwise, returns false.
(rationalp 12) => true (rationalp 6/5) => true (rationalp 1.212) => false
section rational [System Class]
(rationalp object) == (typep object 'rational)
Go to the first, previous, next, last section, table of contents.