Module: Axiom::Function::Numeric::Division::Methods
- Extended by:
- Aliasable
- Defined in:
- lib/axiom/function/numeric/division.rb
Instance Method Summary collapse
-
#divide(other) ⇒ Division
Return a division function.
Methods included from Aliasable
Instance Method Details
#divide(other) ⇒ Division
Return a division function
75 76 77 |
# File 'lib/axiom/function/numeric/division.rb', line 75 def divide(other) Division.new(self, other) end |