Module: Axiom::Function::Numeric::Exponentiation::Methods

Extended by:
Aliasable
Defined in:
lib/axiom/function/numeric/exponentiation.rb

Instance Method Summary collapse

Methods included from Aliasable

inheritable_alias

Instance Method Details

#exponent(other) ⇒ Exponentiation

Return an exponential function

Examples:

exponentiation = attribute.exponent(other)

Parameters:

  • other (Object)

Returns:



55
56
57
# File 'lib/axiom/function/numeric/exponentiation.rb', line 55

def exponent(other)
  Exponentiation.new(self, other)
end