Class: Math::SetTheory::RealNumbers
- Includes:
- Singleton
- Defined in:
- lib/ruuuby/math/set_theory/discrete/real_numbers.rb
Overview
includes all the measuring-numbers
Instance Attribute Summary
Attributes inherited from NumberSet
Attributes inherited from Closure
Instance Method Summary collapse
- #_∋?(n) ⇒ Boolean
-
#initialize ⇒ RealNumbers
constructor
A new instance of RealNumbers.
Methods inherited from NumberSet
#countable?, #countably_infinite?, #finite?, #uncountable?, #∋?, #∌?, #⊂?, #⊃?, #⊄?, #⊅?, #⊆?, #⊇?
Constructor Details
#initialize ⇒ RealNumbers
Returns a new instance of RealNumbers.
11 12 13 14 15 16 17 18 19 20 21 22 |
# File 'lib/ruuuby/math/set_theory/discrete/real_numbers.rb', line 11 def initialize super(: |
Instance Method Details
#_∋?(n) ⇒ Boolean
25 26 27 28 29 30 31 32 33 |
# File 'lib/ruuuby/math/set_theory/discrete/real_numbers.rb', line 25 def _ |