mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
update readme
This commit is contained in:
parent
30949eedc1
commit
ab090b3e75
1 changed files with 7 additions and 1 deletions
8
README
8
README
|
@ -1,7 +1,13 @@
|
|||
This is an experimental C library implementing arbitrary-precision ball arithmetic on top of FLINT (http://flintlib.org/). Planned future additions include more functions, complex numbers, polynomial balls, and matrix balls. When the code stabilizes, it might get merged back into FLINT.
|
||||
Arb is an experimental C library implementing arbitrary-precision ball
|
||||
arithmetic, polynomials and matrices on top of FLINT (http://flintlib.org/).
|
||||
Planned features include complex numbers and fast computation of special
|
||||
functions. The project might get merged back into FLINT when the code
|
||||
stabilizes in the future.
|
||||
|
||||
For documentation and additional details, see: http://fredrikj.net/arb/doc.html
|
||||
|
||||
Development updates are occasionally posted to: http://fredrikj.net/blog/
|
||||
|
||||
Author: Fredrik Johansson <fredrik.johansson@gmail.com>
|
||||
|
||||
The build scripts are copied from FLINT and were written by Bill Hart.
|
||||
|
|
Loading…
Add table
Reference in a new issue