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
..
2013-12-30 14:38:09 +01: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
2010-10-01 00:12:23 +00: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-10-29 20:58:30 +01: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-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-28 20:18:14 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:18:37 +02:00
2016-07-26 22:04:18 -07:00
2014-09-04 21:10:41 +02:00
2015-01-09 16:27:09 -08:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:18:37 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2013-12-30 14:38:09 +01:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-02 18:42:39 +02:00
2014-09-04 21:10:41 +02:00
2014-12-21 13:23:02 +00:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2015-04-16 16:29:57 +02:00
2015-06-11 22:20:05 +02:00
2015-10-07 01:51:37 +03:00
2015-10-07 01:51:37 +03:00
2014-12-21 13:23:02 +00:00
2015-04-16 16:27:42 +02:00
2014-09-04 21:18:37 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-28 20:18:14 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2016-07-25 22:07:56 +02:00
2014-12-21 13:23:02 +00:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 21:10:41 +02:00
2014-09-04 20:03:29 +02:00
2016-03-17 17:06:56 +08:00
2016-07-25 23:04:00 +02:00