# Liste des fonctions utilisees comme second membre par Coinc_EqDif
# pour l'ordre 3 . DL a l'ordre 8

:t*exp(t),sin(t)sh(t),sin(t)ch(t),cos(t)sh(t),cos(t)ch(t)
:t*exp(t),t+t^2+t^3/2+t^4/6+t^5/24+t^6/120+t^7/720
0 1 1 1/2 1/6 1/24 1/120 1/720
:sin(t)sh(t),t^2-t^6/90
0 0 1 0 0 0 -1/90 0
:sin(t)ch(t),t+t^3/3-t^5/30-t^7/630
0 1 0 1/3 0 -1/30 0 -1/630
:cos(t)sh(t),t-t^3/3-t^5/30+t^7/630
0 1 0 -1/3 0 -1/30 0 1/630
:cos(t)ch(t),1-t^4/6
1 0 0 0 -1/6 0 0 0
