mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
ca60bdfbe8
Better than the one we currently have. For now in rosapps, so we can test it, if it's all working fine, we should replace the wine one. Changes by me: use pow() instead of cbrt(), as cbrt doesn't work in our tree. I imported the whole codebase, although the mpfr files are not used. I moved the localizations to "lang" and the icons to "res" subfolder. svn path=/trunk/; revision=31512
26 lines
1.3 KiB
HTML
26 lines
1.3 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>CONVERSIONE TRA TIPI DI GRADI</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">CONVERSIONE TRA TIPI DI GRADI</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Con il pulsante <img border="0" src="images/dms.PNG" width="36" height="28">
|
|
é possibile convertire gradi decimali in unità angolari nel formato gradi-minuti-secondi e viceversa.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Quando si visualizzano gli angoli nel formato d-m-s, la notazione utilizzata é "DDD.MMSS"
|
|
dove D indica i gradi, M i minuti ed S i secondi.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/dms.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Converte un angolo decimale in un angolo in formato d-m-s.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/dms.PNG" width="36" height="28">
|
|
+ <img border="0" src="images/Inv.PNG" width="46" height="24"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Converte un angolo in formato d-m-s in un angolo decimale.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|