[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-726-gf9450a58
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 f9450a587900dbd7265b7a1b9b3250a6d574bc13 (commit) from 052d2da5b41ac82855d3578050125aa21caf1003 (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 f9450a587900dbd7265b7a1b9b3250a6d574bc13 Author: Vladimir V. Kisil <kisilv@maths.leeds.ac.uk> Date: Thu Jan 13 20:59:21 2022 +0100 Fix power::to_polynomial() for posint exponents. This makes things like pow(x+1/x,2).to_polynomial(repl) actually produce (x+sym)^2 with sym==1/x in repl, as it should. Reported by Feng Feng <f.feng@outlook.com>. ----------------------------------------------------------------------- Summary of changes: ginac/normal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
Richard B. Kreckel