From: Richard Kreckel Date: Tue, 17 Jul 2001 19:22:59 +0000 (+0000) Subject: - added historical note. X-Git-Tag: release_0-9-2~28 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=13d96fc13f6db5b6650d9e6ad688e13051a7685e - added historical note. --- diff --git a/ginac/pseries.cpp b/ginac/pseries.cpp index 4816d1fc..398ca82c 100644 --- a/ginac/pseries.cpp +++ b/ginac/pseries.cpp @@ -757,6 +757,7 @@ ex mul::series(const relational & r, int order, unsigned options) const ex pseries::power_const(const numeric &p, int deg) const { // method: + // (due to Leonhard Euler) // let A(x) be this series and for the time being let it start with a // constant (later we'll generalize): // A(x) = a_0 + a_1*x + a_2*x^2 + ...