Sha256: d869a5b0c94d593b27628ce6085f91c5272af74a96804aaf83d2f0e72185689a
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Ker < UnaryFunction def to_omml_without_math_tag [r_element("ker"), 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/ker.rb |
plurimath-0.3.8 | lib/plurimath/math/function/ker.rb |