Répondre à : comportement de maxima

Accueil Forums Programmation WIMS Programmation d’exercices OEF comportement de maxima Répondre à : comportement de maxima

#4175
jm.evers
Participant
Up
0
Down
::

not sure if this helps…

a:map('float,(exp(2/10*x)));
b:map('float,(exp(0.2*x)));
if a = b then Y else N;

answer:

2.718281828459045^(0.2*x)
2.718281828459045^(0.2*x)
y

the keepfloat directive is not used in this case

joke

  • Cette réponse a été modifiée le il y a 5 années et 6 mois par jm.evers.