2-arg math functions are no longer listable:
commit5ad2fa6e6fc719252b23ff0fe826d95a62de2e12
authorsigint <sigint@posteo.de>
Mon, 18 Mar 2024 20:44:06 +0000 (18 20:44 +0000)
committersigint <sigint@posteo.de>
Mon, 18 Mar 2024 20:44:06 +0000 (18 20:44 +0000)
tree2cb30c0a24f06928238132f02f0e4640fcc5de67
parent1e220f91c053b5d3f35678eeaf6e961a04aa2d2d
2-arg math functions are no longer listable:

e.g.:

{{1,2,3,4}, {2,3,5,6}} + a
5=> Add(a, List(List(1, 2, 3, 4), List(2, 3, 5, 6)))
uexLanguage/special_forms.c