Programowanie w systemie UNIX/Python: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 66:
 
=Moduły=
 
==gmpy==
wersje
* gmpy
* gmpy2
 
pomoc:<ref>[https://stackoverflow.com/questions/2077526/gmpy-documentation-anywhere stackoverflow question: gmpy-documentation-anywhere]</ref>
 
<source lang=python>
import gmpy # import(gmpy)
help(gmpy)
 
</source>
 
==scipy==