List view
# Requirements for v2.1.0 ### Big.java * All the possible public methods provided by `org.bigNumber.Big` which do not perform mathematical calculations * Make these methods static. ### JUnit * Test cases and testing of each and every newly added method of `org.bigNumber.Big` ## API Documentation * Prepare elaborate API documentation [here](/Nishi-Inc/bigNumber/wiki/API-Documentation)
Overdue by 11 year(s)•Due by December 30, 2013•1/11 issues closed# Requirements for v2.0.0 The main idea is that this version lays the foundation and structure the code in such a way that adding new functionality becomes a work of ease. So basically in bullet points we require following. * Plan and make clear cut structure of the `src` code and as well as the `test` code. * Pay significant attention to testing and documentation. * Documentation is to be automated on http://www.readthedocumentation.org.
Overdue by 11 year(s)•Due by December 1, 2013•9/13 issues closed