Method: Flt::FormatBase.arithmetic_type
- Defined in:
- lib/float-formats/classes.rb
.arithmetic_type ⇒ Object
Type used internally for arithmetic operations.
1765 1766 1767 1768 |
# File 'lib/float-formats/classes.rb', line 1765 def self.arithmetic_type num_class # Rational end |