<!-- Div contenant le point d'interrogation pour les satistiques-->
<!-- Div contenant le point d'interrogation pour les satistiques-->
<divclass="question">
<divclass="question">
...
@@ -46,28 +39,28 @@
...
@@ -46,28 +39,28 @@
<!-- Zones délimitant chaque continent-->
<!-- Zones délimitant chaque continent-->
<mapname="monde1">
<mapname="monde1">
<areaclass="curseur"alt="Amerique du Nord"shape="poly"coords="10,57,45,32,103,31,120,20,142,25,172,10,210,8,283,9,270,24,262,37,197,74,198,83,134,119,168,149,171,169,159,166,139,160,124,167,114,173,65,146,46,106,49,89,57,68,47,56,22,65,9,64"
<areaclass="curseur"alt="Amerique du Sud"shape="poly"coords="139,160,159,167,220,201,206,241,171,291,188,305,174,318,148,299,141,234,113,198,124,177,124,168,139,158"
<inputid="borneXGauche"class="smallInput"value="-5"onkeypress='if(event.keyCode==13) actualiserGraph()'/> à <inputid="borneXDroite"class="smallInput"value="5"onkeypress='if(event.keyCode==13) actualiserGraph()'/><br/>
<inputid="borneXGauche"class="smallInput"value="-5"onkeypress='if(event.keyCode==13) actualiserGraph()'/> à <inputid="borneXDroite"class="smallInput"value="5"onkeypress='if(event.keyCode==13) actualiserGraph()'/><br/>
Y-axis: <br/>
Y-axis: <br/>
<inputid="borneYGauche"class="smallInput"value="-5"onkeypress='if(event.keyCode==13) actualiserGraph()'/> à <inputid="borneYDroite"class="smallInput"value="5"onkeypress='if(event.keyCode==13) actualiserGraph()'/>
<inputid="borneYGauche"class="smallInput"value="-5"onkeypress='if(event.keyCode==13) actualiserGraph()'/> à <inputid="borneYDroite"class="smallInput"value="5"onkeypress='if(event.keyCode==13) actualiserGraph()'/>
In some browsers when used display method "Canvas" you can save graph by clicking it with right mouse button and selecting "Save image". Also you can save 3D-graphs.
In some browsers when used display method "Canvas" you can save graph by clicking it with right mouse button and selecting "Save image". Also you can save 3D-graphs.
<br/><br/>
<br/><br/>
<h4>Offset</h4>
<h4>Offset</h4>
If graph isn't in the right place (larger than canvas) then can you set necessary parameters graph displaying in settings menu.
If graph isn't in the right place (larger than canvas) then can you set necessary parameters graph displaying in settings menu.
If you want to inform about bug, make a proposal or just ask some questions then you can contact to me at the following e-mail: <ahref='mailto:yannick.vessaz@gmail.com'>e-mail</a>.
If you want to inform about bug, make a proposal or just ask some questions then you can contact to me at the following e-mail: <ahref='mailto:yannick.vessaz@gmail.com'>e-mail</a>.
<br/><br/>
<br/><br/>
If you want to change background design then you can contact at following address: <ahref="http://kde.org">KDE</a>.
If you want to change background design then you can contact at following address: <ahref="http://kde.org">KDE</a>.
From <inputvalue="-5"class="smallInput"id="aireG"/> to <inputvalue="5"class="smallInput"id="aireD"/><inputtype="button"onclick='calculerAire()'value="Calculate"/><spanid="outputAire"></span>
From <inputvalue="-5"class="smallInput"id="aireG"/> to <inputvalue="5"class="smallInput"id="aireD"/><inputtype="button"onclick='calculerAire()'value="Calculate"/><spanid="outputAire"></span>
f(x) = <spanid="etudeFct"></span><inputtype="button"value="Start to analysis"onclick='etudier(document.getElementById("inputEq").value);afficherMenu("menuEtude")'/>
f(x) = <spanid="etudeFct"></span><inputtype="button"value="Start to analysis"onclick='etudier(document.getElementById("inputEq").value);afficherMenu("menuEtude")'/>
Set of definitions : <spanid="etudeEDF">...</span><br/>
Set of definitions : <spanid="etudeEDF">...</span><br/>
Parity : <spanid="etudeParite">...</span><br/>
Parity : <spanid="etudeParite">...</span><br/>
Zeros of functions : <spanid="etudeZeros">...</span><br/>
Zeros of functions : <spanid="etudeZeros">...</span><br/>
<table>
<table>
<trid="etudeSigne">
<trid="etudeSigne">
<td>Sign : ...</td>
<td>Sign : ...</td>
</tr>
</tr>
</table>
</table>
Asymptotes <br/>
Asymptotes <br/>
AH left : <spanid="etudeAHG">...</span><br/>
AH left : <spanid="etudeAHG">...</span><br/>
AH right : <spanid="etudeAHD">...</span><br/>
AH right : <spanid="etudeAHD">...</span><br/>
AV : <spanid="etudeAV">...</span>
AV : <spanid="etudeAV">...</span>
<spanid="etudeMin">...</span>
<spanid="etudeMin">...</span>
<spanid="etudeMax">...</span>
<spanid="etudeMax">...</span>
<spanid="etudeI">...</span><br/><br/>
<spanid="etudeI">...</span><br/><br/>
<spanclass="texteSecondaire"style="font-size:10px;">Tool for analysis of function is not reliable on 100%. Don't forget check results of analysis before use it.</span>
<spanclass="texteSecondaire"style="font-size:10px;">Tool for analysis of function is not reliable on 100%. Don't forget check results of analysis before use it.</span>
QStringlog=QString().sprintf(" at rect %f, %f, %f, %f. Bounding rect is %f, %f, %f, %f",0.0,curY,width,height-curY,lastDrawnTextBoundingRect.x(),lastDrawnTextBoundingRect.y(),lastDrawnTextBoundingRect.width(),lastDrawnTextBoundingRect.height());
QStringlog=QString().sprintf(" at rect %f, %f, %f, %f. Bounding rect is %f, %f, %f, %f",0.0,curY,width,height-curY,lastDrawnTextBoundingRect.x(),lastDrawnTextBoundingRect.y(),lastDrawnTextBoundingRect.width(),lastDrawnTextBoundingRect.height());