Module: Exalted::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
  Ast.sub( multitive.ast, additive.ast )
end