Open Mercerenies opened 3 months ago
Currently, we will just print an error if you use the reduce command (#42) on an empty argument. Emacs identifies default values (e.g. 0 for +, 1 for *, etc.) to use in this case, for many functions. Consider doing something similar.
0
+
1
*
Also applies to InnerProductCommand, once we have the infrastructure.
InnerProductCommand
Currently, we will just print an error if you use the reduce command (#42) on an empty argument. Emacs identifies default values (e.g.
0
for+
,1
for*
, etc.) to use in this case, for many functions. Consider doing something similar.