Module: ExaltedMath::Maths::Additive3

Defined in:
lib/exalted_math/math.rb

Instance Method Summary collapse

Instance Method Details

#astObject



47
48
49
# File 'lib/exalted_math/math.rb', line 47

def ast
  Node::Subtract.new( multitive.ast, additive.ast )
end