RationalRetractions S¶
retract.spad line 52 [edit on github]
rational number testing and retraction functions. Date Created: March 1990
- rational?: S -> Boolean
rational?(x)
returnstrue
ifx
is a rational number,false
otherwise.
retract.spad line 52 [edit on github]
rational number testing and retraction functions. Date Created: March 1990
rational?(x)
returns true
if x
is a rational number, false
otherwise.