Skip to content

Commit

Permalink
v.5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszgromada committed May 21, 2022
1 parent 29f4215 commit 56ef5b8
Show file tree
Hide file tree
Showing 143 changed files with 3,722 additions and 837 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ public double getArgumentValue() {
return getArgumentValue(null);
}
/**
* Gets argument value.
* Gets argument value and registers all the calculation steps
*
* @param calcStepsRegister A collection to store list of calculation steps,
* steps registered as strings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ namespace org.mariuszgromada.math.mxparser {
[CLSCompliant(true)]
public class CalcStepsRegister {
/**
* List that store all the calculation steps
* List that stores all the calculation steps
*/
public List<CalcStepRecord> calcStepRecords = new List<CalcStepRecord>();
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5656,7 +5656,7 @@ private String tokensListToString() {
return result;
}
/**
* Calculates the expression value
* Calculates the expression value and registers all the calculation steps
*
* @param calcStepsRegister A collection to store list of calculation steps,
* steps registered as strings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ public double calculate() {
return calculate((CalcStepsRegister) null);
}
/**
* Calculates function value
* Calculates function value and registers all the calculation steps
*
* @param calcStepsRegister A collection to store list of calculation steps,
* steps registered as strings.
Expand Down
2 changes: 1 addition & 1 deletion CURRENT/doc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ <h1 class="bar">All&nbsp;Classes</h1>
</ul>
</div>
</body>
</html>
</html>
106 changes: 64 additions & 42 deletions CURRENT/doc/allclasses-index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CURRENT/doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ <h1 class="bar">All&nbsp;Classes</h1>
</ul>
</div>
</body>
</html>
</html>
11 changes: 7 additions & 4 deletions CURRENT/doc/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (11.0.14.1) on Mon Apr 18 02:25:58 CEST 2022 -->
<title>All Classes (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.2 API) - A Highly Flexible Mathematical Expressions Parser - Math Parser Library JAVA Android C# .NET/MONO - MathParser.org</title>
<!-- Generated by javadoc (11.0.15) on Sat May 21 12:36:51 CEST 2022 -->
<title>All Classes (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.3 API) - A Highly Flexible Mathematical Expressions Parser - Math Parser Library JAVA Android C# .NET/MONO - MathParser.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-04-18">
<meta name="dc.created" content="2022-05-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -30,6 +30,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/mariuszgromada/math/mxparser/parsertokens/BitwiseOperator.html" title="class in org.mariuszgromada.math.mxparser.parsertokens">BitwiseOperator</a></li>
<li><a href="org/mariuszgromada/math/mxparser/mathcollection/BooleanAlgebra.html" title="class in org.mariuszgromada.math.mxparser.mathcollection">BooleanAlgebra</a></li>
<li><a href="org/mariuszgromada/math/mxparser/parsertokens/BooleanOperator.html" title="class in org.mariuszgromada.math.mxparser.parsertokens">BooleanOperator</a></li>
<li><a href="org/mariuszgromada/math/mxparser/CalcStepRecord.html" title="class in org.mariuszgromada.math.mxparser">CalcStepRecord</a></li>
<li><a href="org/mariuszgromada/math/mxparser/CalcStepRecord.StepType.html" title="enum in org.mariuszgromada.math.mxparser">CalcStepRecord.StepType</a></li>
<li><a href="org/mariuszgromada/math/mxparser/CalcStepsRegister.html" title="class in org.mariuszgromada.math.mxparser">CalcStepsRegister</a></li>
<li><a href="org/mariuszgromada/math/mxparser/mathcollection/Calculus.html" title="class in org.mariuszgromada.math.mxparser.mathcollection">Calculus</a></li>
<li><a href="org/mariuszgromada/math/mxparser/parsertokens/CalculusOperator.html" title="class in org.mariuszgromada.math.mxparser.parsertokens">CalculusOperator</a></li>
<li><a href="org/mariuszgromada/math/mxparser/Constant.html" title="class in org.mariuszgromada.math.mxparser">Constant</a></li>
Expand Down Expand Up @@ -67,4 +70,4 @@ <h1 class="bar">All&nbsp;Classes</h1>
</ul>
</main>
</body>
</html>
</html>
12 changes: 6 additions & 6 deletions CURRENT/doc/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (11.0.14.1) on Mon Apr 18 02:25:58 CEST 2022 -->
<title>All Packages (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.2 API) - A Highly Flexible Mathematical Expressions Parser - Math Parser Library JAVA Android C# .NET/MONO - MathParser.org</title>
<!-- Generated by javadoc (11.0.15) on Sat May 21 12:36:51 CEST 2022 -->
<title>All Packages (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.3 API) - A Highly Flexible Mathematical Expressions Parser - Math Parser Library JAVA Android C# .NET/MONO - MathParser.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-04-18">
<meta name="dc.created" content="2022-05-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.2 API)";
parent.document.title="All Packages (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -96,7 +96,7 @@
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
<h3>Buy me a cup of coffee via donation </h3><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=QJYYH86583LEN" target="_blank" rel="noopener"><img class="aligncenter" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Did you find the software useful? Please consider donation" /></a><h3> or support me purchasing the license via <a href="https://mathparser.org/order-commercial-license" target="_blank"><span style="color: yellow; background-color: black"> ORDER Page </span></a>, or <a href="https://payhip.com/INFIMA" target="_blank"><span style="color: yellow; background-color: black"> INFIMA online store </span></a> </h3><br><a href="https://payhip.com/INFIMA" target="_blank"><img src="http://mathparser.org/wp-content/uploads/2022/04/infima-logo.jpg" alt="INFIMA online store"/></a><br>
<h3>Buy me a cup of coffee via donation </h3><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=QJYYH86583LEN" target="_blank" rel="noopener"><img class="aligncenter" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Did you find the software useful? Please consider donation" /></a><h3> or support me purchasing the license via <a href="https://mathparser.org/order-commercial-license" target="_blank"><span style="color: yellow; background-color: black"> ORDER Page </span></a>, or <a href="https://payhip.com/INFIMA" target="_blank"><span style="color: yellow; background-color: black"> INFIMA online store </span></a> </h3><br><a href="https://payhip.com/INFIMA" target="_blank"><img src="https://mathparser.org/wp-content/uploads/2022/04/INFIMA-logo-small.png" alt="INFIMA online store"/></a><br>
</div>
<div class="allPackagesContainer">
<ul class="blockList">
Expand Down Expand Up @@ -174,4 +174,4 @@ <h3>Buy me a cup of coffee via donation </h3><a href="https://www.paypal.com/cgi
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://mathparser.org/">MathParser.org</a>. All rights reserved.</small></p>
</footer>
</body>
</html>
</html>
201 changes: 174 additions & 27 deletions CURRENT/doc/constant-values.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions CURRENT/doc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (11.0.14.1) on Mon Apr 18 02:25:58 CEST 2022 -->
<title>Deprecated List (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.2 API) - A Highly Flexible Mathematical Expressions Parser - Math Parser Library JAVA Android C# .NET/MONO - MathParser.org</title>
<!-- Generated by javadoc (11.0.15) on Sat May 21 12:36:51 CEST 2022 -->
<title>Deprecated List (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.3 API) - A Highly Flexible Mathematical Expressions Parser - Math Parser Library JAVA Android C# .NET/MONO - MathParser.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-04-18">
<meta name="dc.created" content="2022-05-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.2 API)";
parent.document.title="Deprecated List (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -96,7 +96,7 @@
<main role="main">
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h3>Buy me a cup of coffee via donation </h3><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=QJYYH86583LEN" target="_blank" rel="noopener"><img class="aligncenter" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Did you find the software useful? Please consider donation" /></a><h3> or support me purchasing the license via <a href="https://mathparser.org/order-commercial-license" target="_blank"><span style="color: yellow; background-color: black"> ORDER Page </span></a>, or <a href="https://payhip.com/INFIMA" target="_blank"><span style="color: yellow; background-color: black"> INFIMA online store </span></a> </h3><br><a href="https://payhip.com/INFIMA" target="_blank"><img src="http://mathparser.org/wp-content/uploads/2022/04/infima-logo.jpg" alt="INFIMA online store"/></a><br>
<h3>Buy me a cup of coffee via donation </h3><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=QJYYH86583LEN" target="_blank" rel="noopener"><img class="aligncenter" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Did you find the software useful? Please consider donation" /></a><h3> or support me purchasing the license via <a href="https://mathparser.org/order-commercial-license" target="_blank"><span style="color: yellow; background-color: black"> ORDER Page </span></a>, or <a href="https://payhip.com/INFIMA" target="_blank"><span style="color: yellow; background-color: black"> INFIMA online store </span></a> </h3><br><a href="https://payhip.com/INFIMA" target="_blank"><img src="https://mathparser.org/wp-content/uploads/2022/04/INFIMA-logo-small.png" alt="INFIMA online store"/></a><br>
<h2 title="Contents">Contents</h2>
</div>
</main>
Expand Down Expand Up @@ -148,4 +148,4 @@ <h2 title="Contents">Contents</h2>
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://mathparser.org/">MathParser.org</a>. All rights reserved.</small></p>
</footer>
</body>
</html>
</html>
12 changes: 6 additions & 6 deletions CURRENT/doc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (11.0.14.1) on Mon Apr 18 02:25:58 CEST 2022 -->
<title>API Help (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.2 API) - A Highly Flexible Mathematical Expressions Parser - Math Parser Library JAVA Android C# .NET/MONO - MathParser.org</title>
<!-- Generated by javadoc (11.0.15) on Sat May 21 12:36:51 CEST 2022 -->
<title>API Help (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.3 API) - A Highly Flexible Mathematical Expressions Parser - Math Parser Library JAVA Android C# .NET/MONO - MathParser.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-04-18">
<meta name="dc.created" content="2022-05-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.2 API)";
parent.document.title="API Help (MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO CLS compliant 5.0.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -96,7 +96,7 @@
<main role="main">
<div class="header">
<h1 class="title">How This API Document Is Organized</h1>
<h3>Buy me a cup of coffee via donation </h3><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=QJYYH86583LEN" target="_blank" rel="noopener"><img class="aligncenter" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Did you find the software useful? Please consider donation" /></a><h3> or support me purchasing the license via <a href="https://mathparser.org/order-commercial-license" target="_blank"><span style="color: yellow; background-color: black"> ORDER Page </span></a>, or <a href="https://payhip.com/INFIMA" target="_blank"><span style="color: yellow; background-color: black"> INFIMA online store </span></a> </h3><br><a href="https://payhip.com/INFIMA" target="_blank"><img src="http://mathparser.org/wp-content/uploads/2022/04/infima-logo.jpg" alt="INFIMA online store"/></a><br>
<h3>Buy me a cup of coffee via donation </h3><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=QJYYH86583LEN" target="_blank" rel="noopener"><img class="aligncenter" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Did you find the software useful? Please consider donation" /></a><h3> or support me purchasing the license via <a href="https://mathparser.org/order-commercial-license" target="_blank"><span style="color: yellow; background-color: black"> ORDER Page </span></a>, or <a href="https://payhip.com/INFIMA" target="_blank"><span style="color: yellow; background-color: black"> INFIMA online store </span></a> </h3><br><a href="https://payhip.com/INFIMA" target="_blank"><img src="https://mathparser.org/wp-content/uploads/2022/04/INFIMA-logo-small.png" alt="INFIMA online store"/></a><br>
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
</div>
<div class="contentContainer">
Expand Down Expand Up @@ -280,4 +280,4 @@ <h2>Search</h2>
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://mathparser.org/">MathParser.org</a>. All rights reserved.</small></p>
</footer>
</body>
</html>
</html>
Loading

0 comments on commit 56ef5b8

Please sign in to comment.