File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ GitHub](https://github.com/sponsors/victorpoughon). Thank you ❤️
138138
139139## Future work
140140
141- * Implement the "true inverse" of the square root : ` sqinv(X) = sqrt(X) U -sqrt(X) `
141+ * Implement the "true inverse" of the square function : ` sqinv(X) = sqrt(X) U -sqrt(X) `
142142* Split full precision mode into two controls: input interpretation and display precision
143143* Add ` ans ` variable (result of previous entry)
144144* Add intersection operator or function
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ GitHub](https://github.com/sponsors/victorpoughon). Thank you ❤️
149149
150150## Future work
151151
152- * Implement the "true inverse" of the square root : ` sqinv(X) = sqrt(X) U -sqrt(X) `
152+ * Implement the "true inverse" of the square function : ` sqinv(X) = sqrt(X) U -sqrt(X) `
153153* Split full precision mode into two controls: input interpretation and display precision
154154* Add ` ans ` variable (result of previous entry)
155155* Add intersection operator or function
You can’t perform that action at this time.
0 commit comments