This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-24 00:02:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
52ebdfbe00212e69f0d8f6d9017b805adea2417c
archived-php-src
/
ext
/
bcmath
/
tests
/
number
/
methods
History
Saki Takamachi
52ebdfbe00
Correctly round rounding mode with zero edge case (
#17065
)
...
Fixes
#17064
Closes
#17065
2024-12-17 00:17:23 +09:00
..
add_with_scale.phpt
…
add.phpt
…
calc_methods_num_arg_error.phpt
…
calc_methods_scale_arg_error.phpt
…
ceil.phpt
…
compare_arg_error.phpt
…
compare_near_zero.phpt
Correctly compare 0 and -0 (
#17051
)
2024-12-07 01:52:30 +09:00
compare_with_scale.phpt
…
compare.phpt
…
div_mod_by_zero.phpt
…
div_with_scale.phpt
…
div.phpt
…
divmod_with_scale.phpt
…
divmod.phpt
…
floor.phpt
…
mod_with_scale.phpt
…
mod.phpt
…
mul_with_scale.phpt
…
mul.phpt
…
pow_div_by_zero.phpt
Fixed a bug in BcMath\Number::pow() and bcpow() when raising negative powers of 0. (
#16694
)
2024-11-20 00:16:52 +09:00
pow_with_scale.phpt
…
pow.phpt
…
powmod_arg_error.phpt
…
powmod_with_scale.phpt
…
powmod.phpt
…
round_has_trailing_zeros.phpt
Now
Number::round()
does not remove trailing zeros (
#17063
)
2024-12-07 02:00:04 +09:00
round.phpt
Correctly round rounding mode with zero edge case (
#17065
)
2024-12-17 00:17:23 +09:00
sqrt_with_scale.phpt
…
sqrt.phpt
…
sub_with_scale.phpt
…
sub.phpt
…