Class: Dydx::Algebra::Formula
- Inherits:
-
Object
- Object
- Dydx::Algebra::Formula
- Defined in:
- lib/hilbert/iq.rb
Instance Method Summary collapse
-
#to_q ⇒ Object
FIX:.
Instance Method Details
#to_q ⇒ Object
FIX:
8 9 10 11 |
# File 'lib/hilbert/iq.rb', line 8 def to_q str = to_s.gsub(/\*\*/, '^').rm(' * ') str.equalize! end |