Class: Math::Space::NumberSpace
- Inherits:
-
TypesSpaceⓣ¹
- Object
- AbstractSpace
- TypesSpace
- TypesSpaceⓣ¹
- Math::Space::NumberSpace
- Includes:
- Singleton
- Defined in:
- lib/ruuuby/math/space/discrete/number_space.rb
Constant Summary collapse
- NORMALIZERS_ALL_NUMS_W_STR =
[:
Instance Attribute Summary
Attributes inherited from AbstractSpace
#name, #num_dimensions, #symbol
Instance Method Summary collapse
-
#initialize ⇒ NumberSpace
constructor
A new instance of NumberSpace.
- #∋?(n) ⇒ Boolean
- #∌?(n) ⇒ Boolean
Constructor Details
#initialize ⇒ NumberSpace
Returns a new instance of NumberSpace.
14 15 16 17 18 |
# File 'lib/ruuuby/math/space/discrete/number_space.rb', line 14 def initialize @space_type = 'types' @symbol = : |
Instance Method Details
#∋?(n) ⇒ Boolean
20 |
# File 'lib/ruuuby/math/space/discrete/number_space.rb', line 20 def |
#∌?(n) ⇒ Boolean
22 |
# File 'lib/ruuuby/math/space/discrete/number_space.rb', line 22 def |