issues
search
Coder-Spirit
/
php-bignumbers
A robust library to handle immutable big numbers inside PHP applications
MIT License
131
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixed mantissa (floating point) extraction
#77
hbernaciak
opened
2 years ago
0
Leading decimal not supported in fromString
#76
mareeo
opened
2 years ago
0
Implemented JsonSerializable
#75
zakini
opened
4 years ago
0
fromFloat: Ensure dot as decimal point.
#74
apapsch
opened
4 years ago
0
Unexpected rounding results
#73
apapsch
closed
2 years ago
0
Use scale argument in mod().
#72
kevindecapite
closed
4 years ago
1
`mod()` fails for values >= .95 && < 1.0.
#71
kevindecapite
opened
5 years ago
0
abs method doesnt work with long negative numbers.
#70
bnd170
opened
5 years ago
0
Incorrect decimal calculation.
#69
kevindecapite
closed
5 years ago
1
Default value for $scale should not be null (arccos, arctan, arcsec, arccsc, tan, cotan etc.)
#68
gregor-tb
opened
5 years ago
0
fix Decimal::fromFloat() with specified lower scale
#67
PetrHeinz
opened
5 years ago
0
Code style
#66
mishavantol
opened
6 years ago
0
Add formatting method (enhancement)
#65
bdteo
opened
6 years ago
0
Remove hardcoded dependency
#64
Blackhol3
opened
6 years ago
2
Bring back php-exceptions
#63
djeux
opened
6 years ago
2
Use DC::one() in DC::e() to ensure DC::$ONE is initialized
#62
tzhuan
closed
6 years ago
0
ISSUE-60: Fix for division by zero caused by float precision
#61
precariouspanther
closed
7 years ago
2
Division by zero warning in innerLog10
#60
precariouspanther
closed
7 years ago
0
Add convenient comparison methods isGreaterThan() etc.
#59
petrkotek
closed
7 years ago
2
Division by zero error in div()
#58
maff
closed
7 years ago
3
Invalid object type
#57
Gemorroj
closed
7 years ago
1
Fix incorrect handling of integers represented as floats
#56
uvarovserge
closed
7 years ago
1
Critical: huge calculation error on integer numbers with the type "float"
#55
uvarovserge
closed
7 years ago
4
Scrutinizer Auto-Fixes
#54
scrutinizer-auto-fixer
closed
7 years ago
1
bcdiv() division by zero error
#53
djmattyg007
closed
7 years ago
3
Transfer the project ownership to an organization
#52
castarco
opened
8 years ago
4
Add support for PHP 7.0.
#51
MichaelGooden
closed
8 years ago
1
Add Silver Ratio Constant
#50
agungsantoso
closed
8 years ago
0
[TECH] Add two new methods and their tests
#49
codisart
closed
8 years ago
0
[TECH] Add the arccot method and a new unit test
#48
codisart
closed
8 years ago
0
New release version
#47
shabbyrobe
closed
8 years ago
2
[TECH] Add the arctan method
#46
codisart
closed
8 years ago
0
[TECH] Add the arccosine function
#45
codisart
closed
9 years ago
0
[TECH] Add the arcsine method
#44
codisart
closed
9 years ago
2
[TECH] Use the decimalconstants::one() instead of decimal::frominteger().
#43
codisart
closed
9 years ago
1
[TECH] Add the sec method
#42
codisart
closed
9 years ago
2
[TECH] Add the cosec method for the Decimal class and the test.
#41
codisart
closed
9 years ago
0
Fix for float precision errors using number_format() #37
#40
shabbyrobe
closed
9 years ago
2
Decimal formatter
#39
shabbyrobe
closed
7 years ago
5
Fixed truncation when scale not passed to comp()
#38
shabbyrobe
closed
9 years ago
5
Float precision errors using number_format()
#37
GusGold
closed
6 years ago
3
Constructors using static instead of self to allow inheritance
#36
josecelano
closed
9 years ago
3
Constructors using self
#35
josecelano
closed
9 years ago
3
Round half even and odd
#34
josecelano
opened
9 years ago
4
Improve the coverage metrics by improving* tests
#33
castarco
opened
9 years ago
0
The Big Refactor (formerly "Add BigReal interface")
#32
castarco
opened
9 years ago
6
Fix of the rounding error for negative numbers.
#31
codisart
closed
9 years ago
8
Bug with the innerRound method with negative Decimal
#30
codisart
closed
9 years ago
1
Add BigComplex type
#29
castarco
closed
9 years ago
0
Add `BigInteger` type
#28
castarco
closed
9 years ago
0
Next