Thanks for the very interesting paper! I have two questions regarding modular division: 1. Does figure 1 of the paper correspond to this equation `x◦y=x/y (mod p) for 0≤x<p, 0<y<p` where p == 97? 2. Wouldn't `x/y (mod p)` produce fractional results? How would you get the cross-entropy loss (against these fractional targets) then? I tried staring at the code but couldn't really connect the dots :(