| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
Procedures for ranges of real numbers.
describes
of real numbers respectively.
creates
of real numbers respectively.
returns #t if the object is in the range.
returns #t if the range is closed.
returns #t if range1 is contained in range2.
returns #t if range1 is independent of range2.
returns #t if the range is the empty set.
gets maximum(minimum) of range, or #f if the range doesn’t have maximum(minimum).
gets supremum(infimum) of range,
or #f if the range is not bounded.
A range may have supremum(infimum)
if the range doesn’t have maximum(minumum).
computes union of all given ranges.
computes intersection of all given ranges.
computes a closure(interior) in sense of set theory.
computes cardinality of range.
converts cardinality to an integer. If the cardinality is infinite, this procedure will return #f.
returns #t if cardinality is finite.
returns #t if cardinality is countable.
[R5RS+] adds all given arguments. This procedure extends for cardinality.
[R5RS+] multiplies all given arguments. This procedure extends for cardinality.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on August 9, 2012 using texi2html 5.0.