Sha256: 004091dbd2c5d0c49db59056df42e9685f8782d1feedf44d8f6e2e328daff61e
Contents?: true
Size: 446 Bytes
Versions: 7
Compression:
Stored size: 446 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Ddot < UnaryFunction def to_mathml_without_math_tag second_value = Utility.ox_element("mo") << ".." Utility.update_nodes( Utility.ox_element("mover", attributes: { accent: "true" }), mathml_value << second_value, ) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems