Method: Plurimath::Math::Function::Ker#to_omml_without_math_tag
- Defined in:
- lib/plurimath/math/function/ker.rb
#to_omml_without_math_tag(display_style, options:) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/plurimath/math/function/ker.rb', line 9 def to_omml_without_math_tag(display_style, options:) array = [] array << r_element("ker", rpr_tag: false) unless hide_function_name array += Array(omml_value(display_style, options: )) array end |