[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-759-gc07f8287
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GiNaC -- a C++ library for symbolic computations". The branch, master has been updated via c07f8287f91c473063166fde1ce33b3e32c6af5a (commit) from f04b1642020867543dc89be6af68e6bef5928c79 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c07f8287f91c473063166fde1ce33b3e32c6af5a Author: Richard Kreckel <kreckel@ginac.de> Date: Wed Feb 8 00:03:06 2023 +0100 Fix numeric binomial(n, k) for integer n<0 and k≤n... ...by instead returning binomial(n, n-k). Suggested by Marko Riedel <riedelmo@mathematik.uni-stuttgart.de>. ----------------------------------------------------------------------- Summary of changes: ginac/numeric.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
Richard B. Kreckel