Browse Source

README

master
Pete Shadbolt 7 years ago
parent
commit
16ab7cbb19
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +1
    -1
      README.md

+ 1
- 0
.gitignore View File

@@ -1,5 +1,6 @@
.pypirc
*.pdf
.noseids

# Byte-compiled / optimized / DLL files
__pycache__/


+ 1
- 1
README.md View File

@@ -9,6 +9,6 @@ Use:
```python
>>> from numpy import *
>>> from permanent import permanent
>>> permanent(eye(15))
>>> permanent(eye(15, dtype=complex)
(1-0j)
```

Loading…
Cancel
Save