Module: Exalted::Maths::Multitive1
- Defined in:
- lib/exalted_math/math.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
158 159 160 |
# File 'lib/exalted_math/math.rb', line 158 def ast Ast.mul(primary.ast, multitive.ast ) end |