[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-758-gf04b1642
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 f04b1642020867543dc89be6af68e6bef5928c79 (commit) from 64f88ee6b3f55383013d73a22eb3bfce60234dcc (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 f04b1642020867543dc89be6af68e6bef5928c79 Author: Vladimir V. Kisil <V.Kisilv@leeds.ac.uk> Date: Tue Feb 7 22:42:09 2023 +0100 [PATCH] Fix wrong numeric info on transcendental functions. Although expression like cos(numeric(1, 2)) is not a symbolic, it neither is numeric in the sense of CLN library. Without this patch GiNaC crashes on expressions like cos(cos(ex(1)/ex(2))). Thanks to Weng Zhanyang <cosine@pcbcos.xyz> for reporting this. ----------------------------------------------------------------------- Summary of changes: ginac/inifcns_trans.cpp | 6 ------ 1 file changed, 6 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
Richard B. Kreckel