diff options
author | Steve Wills <swills@FreeBSD.org> | 2021-02-05 03:27:37 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2021-02-05 03:27:37 +0000 |
commit | f721cb26b00ecbcf2724d81f2cfe6cf18ca8e2d2 (patch) | |
tree | 76671331f11e83fd4182a8a80f4f53c0fb0bc89d /java | |
parent | devel/gitlab-runner: update to 13.8.0 (diff) |
math/mpdecimal: create port
libmpdec is a complete C implementation of the General Decimal Arithmetic
Specification. The specification, written by Mike Cowlishaw from IBM,
defines a general purpose arbitrary precision data type together with
rigorously specified functions and rounding behavior. As described in the
scope section of the specification, libmpdec will - with minor restrictions -
also conform to the IEEE 754-2008 Standard for Floating-Point Arithmetic,
provided that the appropriate context parameters are set.
libmpdec++ is a complete C++ implementation of the General Decimal Arithmetic
Specification. libmpdec++ is mostly a header library around libmpdec. The
library frees users from manual memory management and has an easy API with
inline operators. libmpdec++ has a thread local context for inline operators
and other functions that use the implicit context.
WWW: https://www.bytereef.org/mpdecimal/index.html
PR: 253084
Submitted by: Stefan Krah <skrah@bytereef.org>
Notes
Notes:
svn path=/head/; revision=564081
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions