+- ( x y -- x+y x-y )


Vocabulary
math.quadratic

Definition
USING: kernel math ;

IN: math.quadratic

: +- ( x y -- x+y x-y ) [ + ] [ - ] 2bi ;