<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/displayapp/screens/Calculator.h, branch calc-onto-analog24</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/'/>
<entry>
<title>Calculator: bugfixes, reduce binary size.</title>
<updated>2022-06-11T04:07:36Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-07T20:36:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=17e85ad3e0bb4fab4be6c1dbd5129cb0e68792ee'/>
<id>17e85ad3e0bb4fab4be6c1dbd5129cb0e68792ee</id>
<content type='text'>
Don't use dynamically allocated stacks.

Clarify and simplify code a bit.

Add some comments and reduce code duplication.

Fixes:

* Display correctly decimal parts starting with zero, such as 0.09

* Handle correctly expressions like '-(5+11)'=-16 or '3*-(5+11)'=-48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use dynamically allocated stacks.

Clarify and simplify code a bit.

Add some comments and reduce code duplication.

Fixes:

* Display correctly decimal parts starting with zero, such as 0.09

* Handle correctly expressions like '-(5+11)'=-16 or '3*-(5+11)'=-48
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Calculator screen as new App</title>
<updated>2022-06-11T04:07:35Z</updated>
<author>
<name>Raupinger</name>
<email>fgrauper@gmail.com</email>
</author>
<published>2021-02-23T08:01:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=7f08e2c63608185b741fd5270a0aee4bd225f140'/>
<id>7f08e2c63608185b741fd5270a0aee4bd225f140</id>
<content type='text'>
A calculator based on the Shunting-yard algorithm as described
here: https://en.wikipedia.org/wiki/Shunting-yard_algorithm

Moving the Motion App into the Settings screen to use the tile in the
ApplicationList for the Calculator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A calculator based on the Shunting-yard algorithm as described
here: https://en.wikipedia.org/wiki/Shunting-yard_algorithm

Moving the Motion App into the Settings screen to use the tile in the
ApplicationList for the Calculator.
</pre>
</div>
</content>
</entry>
</feed>
