git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- added historical note.
[ginac.git]
/
ginac
/
pseries.cpp
diff --git
a/ginac/pseries.cpp
b/ginac/pseries.cpp
index 4816d1fc31109a76d2edaecf0cffce041464c641..398ca82c13c24e0ec02c6e458d09abb4ba47aebd 100644
(file)
--- 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 + ...