unpreciseMathCall ftp://ftp.de.debian.org/debian/pool/main/g/ginac/ginac_1.8.10.orig.tar.bz2 2.21.0 ginac-1.8.10/ginac/inifcns_trans.cpp:993:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] 2.21.0 ginac-1.8.10/ginac/integration_kernel.cpp:526:65: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] 2.21.0 ginac-1.8.10/ginac/integration_kernel.cpp:547:27: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]