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
31 lines
1.5 KiB
HTML
31 lines
1.5 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>FUNZIONI IPERBOLICHE</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">FUNZIONI IPERBOLICHE</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc permette il calcolo di tre tipi di funzioni iperboliche e delle relative funzioni inverse.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Queste funzioni sono attivate dagli stessi pulsanti usati per le funzioni trgonometriche; la
|
|
modalità iperbolica viene selezionata tramite il modificatore <img border="0" src="images/Hyp2.PNG"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Le funzioni inverse sono attivate dal modificatore <img border="0" src="images/Inv2.PNG"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/sin.PNG">
|
|
+ <img border="0" src="images/Hyp.PNG"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Seno iperbolico</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/cos.PNG">
|
|
+ <img border="0" src="images/Hyp.PNG"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Coseno iperbolico</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/tan.PNG">
|
|
+ <img border="0" src="images/Hyp.PNG"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Tangente iperbolica</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|