smt-whitepaper
smt-whitepaper copied to clipboard
Set precision immediately
The WP currently says:
The symbol precision in
smt_setup_operation
is authoritative. It may differ from, and will override, any previously specified operations' precision. Subsequently issued operations must have matching precision.
This design pre-dates the NAI system. Let's change it so that the precision is set with the earliest operation where the symbol appears, smt_create_operation
.