Module: Mml::Base::Content::Coth

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

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



238
239
240
241
242
243
244
# File 'lib/mml/base/content/elementary_functions.rb', line 238

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

    xml { element "coth" }
  end
end