xo-numeric: type decoration for multiply

This commit is contained in:
Roland Conybeare 2026-03-16 13:29:48 -05:00
commit 940cfb963a
3 changed files with 19 additions and 4 deletions

View file

@ -59,7 +59,7 @@ namespace xo {
bool ok = true;
ok = ok & install_aux(sink,
NumericPrimitives::make_multiply_pm(mm),
NumericPrimitives::make_multiply_pm(mm, stbl),
flags & InstallFlags::f_essential);
ok = ok & install_aux(sink,
NumericPrimitives::make_divide_pm(mm),