Skip to content

Conversation

Dean151
Copy link

@Dean151 Dean151 commented Sep 19, 2025

  • introduced bcround, bcfloor and bcceil polyfills
  • RoundingMode cannot be an enum, and const cannot contain an object. This is the best pick I got to simulate an enum for PHP < 8.1
  • Tests are based on PHP bcmath extension official tests: https://github.com/php/php-src/tree/master/ext/bcmath/tests

@Dean151 Dean151 force-pushed the feat/bcceil-bcfloor-bcround branch 4 times, most recently from 97257b6 to 394b10a Compare September 21, 2025 21:14
@Dean151 Dean151 force-pushed the feat/bcceil-bcfloor-bcround branch from 394b10a to dd5eded Compare September 21, 2025 21:30
@Dean151 Dean151 requested a review from stof September 25, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants