Let's say I have two counters set up in a file that do their counting correctly. Printing out a total value of a counter is simple, but how could I print out a ratio of two totals (something like
\total{counta}/\total{countb}
) to a specific number of decimal points? Also, how could I print the value of a counter divided by some pre-specified number?I've looked around to find this, but didn't have any luck.
Thanks!