From fe1a780acae00b9f3c4daded57c270ac701fc6a2 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:11:33 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f0e1ec..119298e 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Important VS Code notes: ## Numpy: Special topics * [Beyond normal np.save](numpy/save_special/README.md) * [nditer provides many ways to visit all the elements of one or more arrays](numpy/nditer/README.md) +* [Manipulation of integers and their bits](numpy/bits_and_integers​/README.md) ## Numpy: Matlab topics * [Dealing with Matlab files](numpy/mat_files/README.md)