Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
pete
/
permanent
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
From double please
master
Pete Shadbolt
10 anni fa
parent
2d753055ce
commit
1311a9d73e
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/permanent.c
+ 1
- 1
src/permanent.c
Vedi File
@@ -62,7 +62,7 @@ static PyObject *permanent(PyObject *self, PyObject *args) {
}
// Convert to a python complex number
Py_complex psum;
/*
Py_complex psum
= struct {}
;
*/ //fromdouble
PyObject *output=PyComplex_FromCComplex(psum);
return output;
}
Write
Preview
Loading…
Annulla
Salva