|
Revision 17, 0.7 kB
(checked in by haypo, 1 year ago)
|
Import HaypoCALC version 1.6.23
|
- Property svn:eol-style set to
CRLF
|
| Line | |
|---|
| 1 |
========= BUGS ============= |
|---|
| 2 |
|
|---|
| 3 |
- TestCalcul ("4+x+3+x","2*x+7"); |
|---|
| 4 |
|
|---|
| 5 |
difflist2(lst) = |
|---|
| 6 |
{ |
|---|
| 7 |
a = lst[1]-lst[0]; |
|---|
| 8 |
Retourne (a); |
|---|
| 9 |
}; |
|---|
| 10 |
difflist2({a,b}); |
|---|
| 11 |
===> définition récursive a=b-a ... |
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
- Après chargement d'un programme : 'Ligne trop longue' ... |
|---|
| 15 |
- Si (cond) (a) sinon b ---> Si (cond)*(a) sinon b |
|---|
| 16 |
|
|---|
| 17 |
======================= |
|---|
| 18 |
LISTE DES BUGS CONNUS : |
|---|
| 19 |
======================= |
|---|
| 20 |
|
|---|
| 21 |
- Si on tape << Affich ("4") >> : ça ne fait rien, car la fonction s'appelle |
|---|
| 22 |
en fait "Affiche" ! Je ne peux pas tester ce genre d'erreur, car HaypoCALC |
|---|
| 23 |
est un logiciel de calcul symbolique. Ca signifit qu'il doit pouvoir manier |
|---|
| 24 |
des expressions contenant des symboles ! |
|---|
| 25 |
|
|---|
| 26 |
Pour signaler un nouveau bug, utilisez le formulaire : |
|---|
| 27 |
http://www.haypocalc.com/bug.php |
|---|
| 28 |
|
|---|