Bonsoir,

pour répondre à [email protected].

Les fonctions sont fpprec:20 pour régler à 20 décimales en demandant 
bfloat(%pi) pour le mode bigfloat

fpprec:100;bfloat(%pi);  n'affiche pas tout
il faut alors changer le mode d'affichage:
set_display('ascii)$ fpprec:100;bfloat(%pi);set_display(xml)$

et même

set_display('ascii)$ fpprec:100000;bfloat(%pi);set_display(xml)$ en peu 
de temps

Attention à ce qu'on tape parfois:
float(1/3);bfloat(%) surprenant !!
essayer bloat(1/3)



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Maxima-lang-fr mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-lang-fr

Répondre à