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

Usunięta treść Dodana treść
m →‎Biblioteki i moduły: https://github.com/nothings/stb
Linia 29:
 
= Biblioteki i moduły=
#== Interfejs programistyczny aplikacji (ang. Application Programming Interface, API) ==
## [[Programowanie w systemie UNIX/lib|standardowe (libc, ...)]]
## [[Programowanie w systemie UNIX/pthreads|pthreads]]
== numeryczne==
## [[Programowanie w systemie UNIX/GSL|GSL ]]
## [[ Programowanie w systemie UNIX/pari|PARI (libpari)]]
## [https://github.com/linas/anant Anant -- Algorithmic 'n Analytic Number Theory] by Linas Vepstas
## The multiple-digit approach
### [[Programowanie w systemie UNIX/GMP|GMP]]
### [[Programowanie w systemie UNIX/MPFR|MPFR]]
### [[Programowanie w systemie UNIX/MPC|MPC]]
### [[ Programowanie w systemie UNIX/FLINT|Flint ]]
### [[ Programowanie w systemie UNIX/ARB|Arb ]]
#### [[ Programowanie w systemie UNIX/arbcmath|arbcmath ]]
## the multiple-component approach
### [[ Programowanie w systemie UNIX/qd|qd ]]
#### GQD = qd na GPU
## GPU
### [http://homepages.laas.fr/mmjoldes/campary/ CAMPARY == CudA Multiple Precision ARithmetic librarY][http://arith23.gforge.inria.fr/slides/Muller-Popescu-Tang.pdf Muller-Popescu-Tang presentation]
# przenośne (ang. portable) = które nie wymagają instalacji:
## APR