Module: Mml::Base::Content::Arccoth

Included in:
V2::Arccoth, V3::Arccoth, V4::Arccoth
Defined in:
lib/mml/base/content/elementary_functions.rb

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



279
280
281
282
283
284
285
# File 'lib/mml/base/content/elementary_functions.rb', line 279

def self.included(klass)
  klass.class_eval do
    include ElementaryFunctions

    xml { element "arccoth" }
  end
end