File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -140,4 +140,6 @@ GitHub](https://github.com/sponsors/victorpoughon). Thank you ❤️
140140
141141* Implement the "true inverse" of the square root: ` sqinv(X) = sqrt(X) U -sqrt(X) `
142142* Split full precision mode into two controls: input interpretation and display precision
143- * Add ` ans ` variable (result of previous entry)
143+ * Add ` ans ` variable (result of previous entry)
144+ * Add intersection operator or function
145+
Original file line number Diff line number Diff line change @@ -151,4 +151,5 @@ GitHub](https://github.com/sponsors/victorpoughon). Thank you ❤️
151151
152152* Implement the "true inverse" of the square root: ` sqinv(X) = sqrt(X) U -sqrt(X) `
153153* Split full precision mode into two controls: input interpretation and display precision
154- * Add ` ans ` variable (result of previous entry)
154+ * Add ` ans ` variable (result of previous entry)
155+ * Add intersection operator or function
You can’t perform that action at this time.
0 commit comments