diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2010-07-12 15:28:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-12 15:28:20 -0500 |
commit | 0f1ac701b7a52d5b3bcc61d1e5560c3259dd757a (patch) | |
tree | c830ce91a4612cb75073389a89e6e54fb75e9cd4 /libraries/libmpc/README | |
parent | b80ae35a65c23bfefb28f8ce37cbf7e4acba930f (diff) | |
download | slackbuilds-0f1ac701b7a52d5b3bcc61d1e5560c3259dd757a.tar.gz |
libraries/libmpc: Added (C library for complex number arithmetic)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libmpc/README')
-rw-r--r-- | libraries/libmpc/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libmpc/README b/libraries/libmpc/README new file mode 100644 index 0000000000..191ca74f83 --- /dev/null +++ b/libraries/libmpc/README @@ -0,0 +1,3 @@ +Mpc is a C library for the arithmetic of complex numbers with arbitrarily +high precision and correct rounding of the result. It is built upon and +follows the same principles as Mpfr. |