issues
search
vpiotr
/
decimal_for_cpp
Decimal data type for C++
273
stars
68
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Integration with Eigen
#69
evanwporter
opened
2 months ago
1
Decimal allows mixing two different rounding policies in one operation
#68
vpiotr
closed
2 months ago
1
Edge case bug or feature?
#67
alex-hrb-0
closed
2 months ago
1
Performance Optimizations using std::move and constexpr
#66
evanwporter
closed
3 months ago
3
Compile time DecimalFactor definitions
#65
evanwporter
closed
3 months ago
0
how to make nan value in decimal?
#64
arjen-Lee1993
closed
3 months ago
2
Support DEC_TRIVIAL_DEFAULT_CONSTRUCTIBLE
#63
jj683
closed
5 months ago
1
unable to change precision of existing variable
#62
omerbrandis
closed
7 months ago
3
macos build is failing
#61
vpiotr
closed
9 months ago
1
Correct output to stream after decimal place when a locale has been set.
#60
jensyt
closed
11 months ago
1
Need support to wstring
#59
touptek
closed
9 months ago
1
how to initialize in struct declaration
#58
omerbrandis
closed
1 year ago
4
Extends expected behavior when requested exponent is out of range
#57
HFTrader
closed
2 years ago
1
Edge cases failing
#56
HFTrader
closed
2 years ago
1
support for power and root ?
#55
omerbrandis
closed
2 years ago
1
Add constexpr constructors
#54
danielytics
opened
3 years ago
0
Enhancement: More friendly constructor
#53
vrqq
closed
3 years ago
1
fix format_from_stream
#52
salvoilmiosi
closed
3 years ago
1
format_from_stream truncates its return value from decimal_format to basic_decimal_format
#51
salvoilmiosi
closed
3 years ago
3
Still C++11 stuff when DEC_NO_CPP11 is defined
#50
SpaceIm
closed
3 years ago
1
signal SIGSEGV, Segmentation fault on return
#49
omerbrandis
closed
3 years ago
2
how to get an int/double from dec type ?
#48
omerbrandis
closed
3 years ago
3
is there a way to perform assigment from std::string?
#47
omerbrandis
closed
3 years ago
1
Modulo operator
#46
podhy
closed
3 years ago
2
fixes bugs in operator<=> implementation
#45
salvoilmiosi
closed
3 years ago
1
Added support for c++20 spaceship operator
#44
salvoilmiosi
closed
3 years ago
1
Is it compatible with IEEE 754-2008?
#43
ivan-volnov
closed
3 years ago
2
support cmake build options
#42
crazyguitar
closed
3 years ago
2
Get as integer fix
#41
rpadrela
closed
4 years ago
1
Suggest using constexpr
#40
elohim-meth
opened
4 years ago
1
Support template operator to decimal comparison & arithmetic
#39
crazyguitar
closed
4 years ago
5
Make it fully trivial
#38
Frafjord
closed
5 months ago
3
make some operators trivial
#37
Frafjord
closed
4 years ago
0
fix failing unit test in line 1101
#36
Frafjord
closed
4 years ago
2
specify decimal separator
#35
Frafjord
closed
4 years ago
2
How does it stand against Muller's recursion ?
#34
X-Ryl669
closed
4 years ago
2
incorrect constructing from fp
#33
mmkbbt
closed
5 years ago
5
Problem with overflow detection with CLANG compiler..
#32
MagnusEklof
closed
5 years ago
1
templated operators do not work
#31
mteske
closed
6 years ago
5
Error on == operator
#30
stef-pellegrino
closed
6 years ago
3
Request new feature (pow, sqrt)
#29
phoemur
closed
7 years ago
1
Fixed infinite loop problem on "getWithExponent"
#28
samireu
closed
7 years ago
1
Reduce to one method to find possible overflow
#27
Frafjord
closed
7 years ago
1
Reduce number of corner cases where division has to use double
#26
Frafjord
closed
7 years ago
1
Able to mix different decimals
#25
Frafjord
closed
8 years ago
3
update MultDiv
#24
Frafjord
closed
8 years ago
0
Update MultDiv
#23
Frafjord
closed
8 years ago
1
this.m_value should be this->m_value for decimal::operator/=
#22
Think7
closed
8 years ago
3
Added mantissa and exponent based constructor, get and set.
#21
samireu
closed
8 years ago
3
Added mantissa and exponent based constructor, set and get.
#20
samireu
closed
8 years ago
0
Next