reactos/rosapps/roscalc/docs/Help.en/algebraic_functions.htm

75 lines
5.5 KiB
HTML
Raw Normal View History

<html>
<head>
<title>ALGEBRAIC FUNCTIONS</title>
</head>
<body>
<h2 style="margin-top: 0; margin-bottom: 0">ALGEBRAIC FUNCTIONS</h2>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc implements the most commonly used algebraic functions.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/int.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">It isolates the integer part of the number shown into the output display.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/int.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">The integer part of the number is discarded and the fractional part stays on the output display.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xe2.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Square function. It calculates the square of the number shown on the output display.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xe2.PNG" width="36" height="28">
+ <img border="0" src="images/Inv.PNG" width="46" height="24"> , <img border="0" src="images/sqrt.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">It returns the positive square root of the number shown on the output display.</p>
<p style="margin-top: 0; margin-bottom: 0">If the current number is negative, then the error message will be displayed.</p>
<p style="margin-top: 0; margin-bottom: 0">When working with standard layout, the
[Sqrt] button is a shortcut to this function.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xe3.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Cube function. It calculates the cube of the number shown on the output display.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xe3.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 returns the cube root of the number shown on the output display.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xey.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Power function. It calculates the power of X elevated to Y.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xey.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">Root function. It calculates the Y-th root of X.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/1_x.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Reciprocal. It divides 1 by the number shown on the output display.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/nf.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Factorial. It calculates the factorial of the integer part of the number shown into the output display.</p>
<p style="margin-top: 0; margin-bottom: 0">The calculation is defined within these limits:</p>
<p style="margin-top: 0; margin-bottom: 0" align="center">0 &lt;= n &lt;= 170</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/ln.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Natural logarithm. It calculates the natural logarithm of the current number.</p>
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc assumes the Nepero's constant to be:</p>
<p style="margin-top: 0; margin-bottom: 0" align="center">e=2.7182818284590452354</p>
<p style="margin-top: 0; margin-bottom: 0">The calculation is defined for x > 0.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/ln.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">Natural anti-logarithm. It calculates the power of the Nepero's constant to the current number.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/log.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Decimal logarithm. It calculates the logarithm of the current
number to base 10.</p>
<p style="margin-top: 0; margin-bottom: 0">The calculation is defined for x > 0.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/log.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">Decimal anti-logarithm. It calculates the power of 10 to the current number.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
</body>
</html>