Revision history of "Taylor series algorithm"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 09:59, 5 December 2007Analytophile (talk | contribs). . (778 bytes) (+778). . (New page: ; Language: C++ ; Purpose: Calculates complex Taylor series: <math>\underset{n=0}{\overset{N-1}{\sum}}a_nZ^{n}</math> ; Author: James R. Craig, Igor Jankovic #include <math.h> #include...)