mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00

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
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>DEGREE CONVERSION</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">DEGREE CONVERSION</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">With <img border="0" src="images/dms.PNG" width="36" height="28">
|
|
button you can convert decimal degrees into degree-minute-second format and
|
|
vice-versa.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">When working with d-m-s angles, the notation used into the output display is "DDD.MMSS" where D
|
|
stands for degree, M for minute and S for second.</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">It will convert decimal angles to degree-minute-second angles.</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">It will convert degree-minute-second angles into decimal
|
|
angles.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|