summaryrefslogtreecommitdiffstats
path: root/src/com/android/calculator2/BoundedRational.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix factorial(0)" into mnc-dr-devHans Boehm2015-10-111-0/+3
|\
| * Fix factorial(0)Hans Boehm2015-10-091-0/+3
* | BoundedRational.java cleanupHans Boehm2015-10-091-129/+223
|/
* Avoid starting long uninterruptible computationsHans Boehm2015-07-211-0/+11
* Reflect conversion of CR to unchecked exceptionsHans Boehm2015-06-241-4/+3
* Improve logic for evaluation/animation interruptionHans Boehm2015-06-231-0/+3
* Fix digitsRequired() for negative denominatorsHans Boehm2015-06-131-1/+4
* Fix getShortString(), tune evaluation heuristics.Hans Boehm2015-06-091-1/+1
* Implement percent and new inverse functionsHans Boehm2015-06-021-6/+13
* Fix timeout, cancellation and instant display logicHans Boehm2015-05-011-0/+7
* Fix strings, stability bug, easy UI & correctness issuesHans Boehm2015-04-291-1/+7
* Fix decimal log(), rename positive_den()Hans Boehm2015-04-231-10/+11
* Internationalize display again. Plus minor cleanups.Hans Boehm2015-04-151-0/+1
* Fix UI holes and bugs. Fix eval bugs.Hans Boehm2015-04-151-4/+10
* Add tests, fix BoundedRational bugsHans Boehm2015-04-071-3/+7
* Add BoundedRational evaluationHans Boehm2015-03-101-0/+488