Abort.precision

A precision of 9 allows all possible the results of +,-,*, and / to fit into a ulong with no issues.

struct Abort
enum uint precision;

Meta