php-src/ext/bcmath
Jorg Adam Sowa 306dedcf5e
ext/bcmath: bcpow() performance improvement (#15790)
* Added function for squaring to improve performance of power calculation

* Aligned backslashes

* Removed unnecessary comments

* Extracted common part of multiplication and square functions

* Added comment to bc_fast_square

* Improved wording of bc_mul_finish_from_vector

* Reused new function name

* Replaced macro with function
2024-09-17 22:16:26 +02:00
..
libbcmath ext/bcmath: bcpow() performance improvement (#15790) 2024-09-17 22:16:26 +02:00
tests [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00
bcmath_arginfo.h [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00
bcmath.c Reuse bcmath_check_scale() 2024-09-07 12:26:59 +02:00
bcmath.stub.php [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00
config.m4 [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00
config.w32 [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00
CREDITS
php_bcmath.h [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00