1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00
Files
archived-php-src/ext/gmp/tests
Sara Golemon 665050787c Bugfix#70896 gmp_fact() silently ignores non-integer inputs
Factorials only make sense for integer inputs.
To do something factorial-like, the Gamma Function
should be used instead.
However, at this point it's no longer a factorial.

For PHP/GMP, we'll raise a warning on trying to use
a non-integer input, but carry on returning the truncated
value as we used to (avoiding BC breakage).
2016-07-26 22:04:18 -07:00
..
2007-05-07 18:03:01 +00:00
2014-09-02 19:04:55 +02:00
2014-09-28 20:46:22 +02:00
2014-03-12 14:17:08 +01:00
2015-06-11 22:20:05 +02:00
2015-09-02 00:37:20 -07:00
2013-06-17 17:59:12 +02:00
2013-06-17 17:59:12 +02:00
2013-06-17 17:59:12 +02:00
2014-09-02 18:42:39 +02:00
2015-06-11 22:20:05 +02:00
2016-07-25 22:07:56 +02:00
2016-03-17 17:06:56 +08:00