Module: Mml::Base::Content::Arcsinh
- Included in:
- V2::Arcsinh, V3::Arcsinh, V4::Arcsinh
- Defined in:
- lib/mml/base/content/elementary_functions.rb
Overview
Inverse hyperbolic functions
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
249 250 251 252 253 254 255 |
# File 'lib/mml/base/content/elementary_functions.rb', line 249 def self.included(klass) klass.class_eval do include ElementaryFunctions xml { element "arcsinh" } end end |