mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
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
This commit is contained in:
parent
96ded05843
commit
ca60bdfbe8
221 changed files with 8878 additions and 0 deletions
34
rosapps/roscalc/docs/Help.en/hyperbolic_functions.htm
Normal file
34
rosapps/roscalc/docs/Help.en/hyperbolic_functions.htm
Normal file
|
@ -0,0 +1,34 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>HYPERBOLIC FUNCTIONS</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h2 style="margin-top: 0; margin-bottom: 0">HYPERBOLIC FUNCTIONS</h2>
|
||||
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc allows the calculation of three types of hyperbolic functions with their inverse
|
||||
operations.</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">Those functions are activated by the same buttons used for trigonometric functions; the
|
||||
hyperbolic context is enabled by activating the <img border="0" src="images/Hyp2.PNG">
|
||||
modifier.</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">The inverse functions are activated by the
|
||||
<img border="0" src="images/Inv2.PNG"> modifier.</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">Hyperbolic sine</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">Hyperbolic cosine</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">Hyperbolic tangent</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue