From 13d96fc13f6db5b6650d9e6ad688e13051a7685e Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 17 Jul 2001 19:22:59 +0000 Subject: [PATCH] - added historical note. --- ginac/pseries.cpp | 1 + 1 file changed, 1 insertion(+) 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 + ... -- 2.29.2