Répondre à : problème de précision jsxgraphcurve

Accueil Forums Programmation WIMS Programmation d’exercices OEF problème de précision jsxgraphcurve Répondre à : problème de précision jsxgraphcurve

#3008
damir
Modérateur
Up
0
Down
::

le code :

\title{ Droite}
\precision{100}
\css{<style type= »text/css »>
.jxgbox {margin-left:auto;margin-right:auto;}
.jsxgraph_button {text-align:center;}
</style>}

\text{dessin=draw(800,300
hline 400,150,black
vline 400,150,black
hline 600,75,black
vline 600,75,black
text black,400,150,large,O
text black,600,75,large,A
)
}
\statement{ Tracer la droite passant par 0 et par A.
\embed{r1,800x300}
}
\answer{}{\dessin;sline,400,150,600,75}{type=jsxgraphcurve}{option=precision=5}