Explorar el Código

README

master
Pete Shadbolt hace 7 años
padre
commit
16ab7cbb19
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. +1
    -0
      .gitignore
  2. +1
    -1
      README.md

+ 1
- 0
.gitignore Ver fichero

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

# Byte-compiled / optimized / DLL files
__pycache__/


+ 1
- 1
README.md Ver fichero

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

Cargando…
Cancelar
Guardar