Skip to content

Commit b16084d

Browse files
committed
udpate TODO list
1 parent c5e3f9d commit b16084d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)