diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-03 06:48:49 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-05-03 01:49:56 -0500 |
commit | a4d9e3e216437f6c188d073e87d16b758179e9c1 (patch) | |
tree | b7f53321837200027c755cc405b2700bc1607029 /python/python2-bigfloat/slack-desc | |
parent | 1b12b817b6a1bcb69cbbb3d1a2e854ae5a4667a0 (diff) |
python/python-bigfloat: Renamed python2-bigfloat.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python2-bigfloat/slack-desc')
-rw-r--r-- | python/python2-bigfloat/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-bigfloat/slack-desc b/python/python2-bigfloat/slack-desc new file mode 100644 index 0000000000..fc20de4ea8 --- /dev/null +++ b/python/python2-bigfloat/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-bigfloat: python2-bigfloat (Arbitrary precision floating point arithmetic) +python2-bigfloat: +python2-bigfloat: The bigfloat module is a Python wrapper for the MPFR library for +python2-bigfloat: arbitrary precision floating-point reliable arithmetic. +python2-bigfloat: +python2-bigfloat: The MPFR library is a well-known portable C library for +python2-bigfloat: arbitrary-precision arithmetic on floating-point numbers. It provides +python2-bigfloat: precise control over precisions and rounding modes and gives +python2-bigfloat: correctly-rounded reproducible platform-independent results. +python2-bigfloat: +python2-bigfloat: |