reactos/rosapps/roscalc/docs/Help.it/degree_conversion.htm
Timo Kreuzer ca60bdfbe8 New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it)
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
2007-12-31 05:51:52 +00:00

27 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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</p>
</body>
</html>