Pete Shadbolt 7 lat temu
rodzic
commit
16ab7cbb19
2 zmienionych plików z 2 dodań i 1 usunięć
  1. +1
    -0
      .gitignore
  2. +1
    -1
      README.md

+ 1
- 0
.gitignore Wyświetl plik

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

# Byte-compiled / optimized / DLL files
__pycache__/


+ 1
- 1
README.md Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz