Explorar o código

Updated ToDo-list.

Taddeus Kroes %!s(int64=14) %!d(string=hai) anos
pai
achega
033e0fa10c
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      TODO

+ 5 - 0
TODO

@@ -84,3 +84,8 @@ smvv@multivac ~/work/trs $ printf "0/1\n??" | ./main.py
 <Possibility root="0 / 1" handler=divide_numerics args=(0, 1)>
 Division of 0 by 1 reduces to 0.
 Division of 0 by 1 reduces to 0.
+
+ - Should powers have a higher precedence thatn negation while printing?
+   the current situation: -(x ^ 2) and -x ^ 2 (the latter instead of (-x) ^ 2)
+   might be desired: -x ^ 2 instead of -(x ^ 2), and explicit parentheses for
+   (-x) ^ 2