Commit 2024-04-05 21:50 75a72d07
View on Github →refactor: Use nsmul
in zsmul_rec
(#862)
It's annoying that zsmulRec
uses nsmulRec
to define zsmul
even when the user already set nsmul
explicitly. This PR changes zsmulRec
to take nsmul
as an argument.