Home

comb / exp

/Divide

The / function returns the quotient of two objects, as follows:

a b->c
#a #b->#c
[a] b->[c]
[a] (b)->[c]
[a] [[b]]->[c]
[[a]] b->[[c]]
[[a]] (b)->[[c]]
[[a]] [[b]]->[[c]]
a_u1 b_u2->c_u3
a_u b->c_u
a b_u1->c_u2
(a) (b)->(c)