lib/plurimath/math/function/longdiv.rb in plurimath-0.3.7 vs lib/plurimath/math/function/longdiv.rb in plurimath-0.3.8
- old
+ new
@@ -4,9 +4,12 @@
module Plurimath
module Math
module Function
class Longdiv < UnaryFunction
+ def to_omml_without_math_tag
+ omml_value
+ end
end
end
end
end