Start with:
Change it to:

((1/a)*(1/b))
((1/a)*(1/b))


CURRENT: ( * ( / 1 a ) ( / 1 b ) )
GOAL: ( / 1 ( * a b ) )

Back to index