Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
pete
/
permanent
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
README
master
Pete Shadbolt
hace 8 años
padre
3e4fc54afb
commit
16ab7cbb19
Se han
modificado 2 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
.gitignore
+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)
```
Escribir
Vista previa
Cargando…
Cancelar
Guardar