Class: Math::SetTheory::AlgebraicNumbers
- Includes:
- Singleton
- Defined in:
- lib/ruuuby/math/set_theory/discrete/algebraic_numbers.rb
Instance Attribute Summary
Attributes inherited from NumberSet
Attributes inherited from Closure
Instance Method Summary collapse
-
#_∋?(n) ⇒ Boolean
⚠️, coverage missing.
-
#initialize ⇒ AlgebraicNumbers
constructor
A new instance of AlgebraicNumbers.
Methods inherited from NumberSet
#countable?, #countably_infinite?, #finite?, #uncountable?, #∋?, #∌?, #⊂?, #⊃?, #⊄?, #⊅?, #⊆?, #⊇?
Constructor Details
#initialize ⇒ AlgebraicNumbers
Returns a new instance of AlgebraicNumbers.
10 11 12 13 14 |
# File 'lib/ruuuby/math/set_theory/discrete/algebraic_numbers.rb', line 10 def initialize super(: |
Instance Method Details
#_∋?(n) ⇒ Boolean
⚠️, coverage missing
19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
# File 'lib/ruuuby/math/set_theory/discrete/algebraic_numbers.rb', line 19 def _ |