drscheme:rep:which-number-snip in DrScheme Tools Functions
(drscheme:rep:which-number-snip -> void?
which-number-snip)
which-number-snip : (number? . -> . (symbols 'mixed-fraction 'mixed-fraction-e 'repeating-decimal 'repeating-decimal-e))
(drscheme:rep:which-number-snip) -> (number? . -> . (symbols 'mixed-fraction 'mixed-fraction-e 'repeating-decimal 'repeating-decimal-e))
This function is called if
drscheme:rep:use-number-snip returns #t for some kind of snip.
When that happens, this parameter determines what
kind of snip to use.
The symbol 'mixed-fraction indicates a mixed
fraction snip. The symbol 'repeating-decimal
indicates a decimal expansion, possibly with an overbar on a
suffix of the decimal expansion indicating that suffix is
repeated forever. Either symbol suffixed with -e is
the same, except that an #e is prefixed to the
number when viewed in decimal notation.