Skip to content

Commit c5e3f9d

Browse files
committed
add todo item
1 parent 0aa119b commit c5e3f9d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

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

doc.md

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

0 commit comments

Comments
 (0)