History log of /php-src/ext/bcmath/libbcmath/src/floor_or_ceil.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 674ec02e 27-Aug-2024 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Fixed the sign to be PLUS if the result is 0 (#15599)


# 22c7250d 17-May-2024 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

ext/bcmath: Avoid unnecessary memset from `_bc_do_add` (#14257)

Apply the same changes as #14180 to _bc_do_add.


# 039344cf 01-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Avoid extra inits while flooring or ceiling


# 53593927 30-Apr-2024 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

[RFC] Add bcfloor, bcceil and bcround to BCMath (#13096)

Implementation for the "Adding bcround, bcfloor and bcceil to BCMath" RFC: https://wiki.php.net/rfc/adding_bcround_bcfloor_bcceil_to_

[RFC] Add bcfloor, bcceil and bcround to BCMath (#13096)

Implementation for the "Adding bcround, bcfloor and bcceil to BCMath" RFC: https://wiki.php.net/rfc/adding_bcround_bcfloor_bcceil_to_bcmath

* Separated round mode into separate header file

Co-authored-by: Gina Peter Banyard <girgias@php.net>

show more ...