Sha256: 1b86b17ac68d6b3944105e934d6dc0114402db83f03f8f5e0a66cfe61b22504d
Contents?: true
Size: 334 Bytes
Versions: 2
Compression:
Stored size: 334 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Deg < UnaryFunction def validate_function_formula false end def to_omml_without_math_tag [r_element("deg"), omml_value] end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plurimath-0.3.9 | lib/plurimath/math/function/deg.rb |
plurimath-0.3.8 | lib/plurimath/math/function/deg.rb |