Class: Math::SetTheory::IrrationalNumbers
- Includes:
- Singleton
- Defined in:
- lib/ruuuby/math/set_theory/discrete/irrational_numbers.rb
Instance Attribute Summary
Attributes inherited from NumberSet
Attributes inherited from Closure
Instance Method Summary collapse
-
#initialize ⇒ IrrationalNumbers
constructor
A new instance of IrrationalNumbers.
Methods inherited from NumberSet
#countable?, #countably_infinite?, #finite?, #uncountable?, #∋?, #∌?, #⊂?, #⊃?, #⊄?, #⊅?, #⊆?, #⊇?
Constructor Details
#initialize ⇒ IrrationalNumbers
Returns a new instance of IrrationalNumbers.
10 11 12 13 |
# File 'lib/ruuuby/math/set_theory/discrete/irrational_numbers.rb', line 10 def initialize super(:𝕀, ::Math::SetTheory::NumberSet::AlephNumbers::ONE) @subset_of = [:𝕌, :ℂ, :ℝ] end |