Class: Dydx::Algebra::Formula

Inherits:
Object
  • Object
show all
Defined in:
lib/hilbert/iq.rb

Instance Method Summary collapse

Instance Method Details

#to_qObject

FIX:



8
9
10
11
# File 'lib/hilbert/iq.rb', line 8

def to_q
  str = to_s.gsub(/\*\*/, '^').rm(' * ')
  str.equalize!
end