lib/plurimath/math/function/ker.rb in plurimath-0.3.9 vs lib/plurimath/math/function/ker.rb in plurimath-0.4.1

- old
+ new

@@ -4,11 +4,11 @@ module Plurimath module Math module Function class Ker < UnaryFunction - def to_omml_without_math_tag - [r_element("ker"), omml_value] + def to_omml_without_math_tag(display_style) + [r_element("ker", rpr_tag: false), omml_value(display_style)] end end end end end