I have the following two associations
<|A->2.02015,B->1.98025|> <|B->0.538000,A->0.462000|> I would like to produce a third association where
new = <|A-> 2.02015/0.462000, B->1.98025/0.538000|> I found the following answer which is close, except it uses Total. Is there an equivalent for quotients (Quotient does not work)? Or is there a better way to do it?





