0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed readme More... over 8 years ago
added readme More... over 8 years ago
added parent definition to each project to inherit settings from the parent project More... over 12 years ago
use specific versions of the maven plugins More... over 12 years ago
added UTF-8 as source encoding for all projects More... over 12 years ago
added packaging as pom for the parent project More... over 12 years ago
added a parent pom for automatic build and tests of all submodules More... over 12 years ago
changed division loglevel from debug to trace More... about 13 years ago
adapted division to support scale parameter (not always successful yet) More... about 13 years ago
removed unused import More... about 13 years ago
modified divide method to implement a scale argument. More... about 13 years ago
Merge branch 'master' of github.com:bigbear3001/big-decimal-challenge More... about 13 years ago
use a copy of the value and eliminate the decimal places in the data More... about 13 years ago
Removed unneccessary sysout debug message More... about 13 years ago
Added normalization for creation tests More... about 13 years ago
Merge branch 'master' into normalization More... about 13 years ago
prevent some array index out of bounds exceptions More... about 13 years ago
added an addtional test to test divisions of decimals More... about 13 years ago
corrected order of result places More... about 13 years ago
added tests for negative power More... about 13 years ago
added Power function to help with division More... about 13 years ago
Merge branch 'HEAD' of f:/DropBox/My Dropbox/git/big-decimal-challenge.git/ More... about 13 years ago
removed unused variable More... about 13 years ago
first steps for dividing More... about 13 years ago
moved compare to into value type moved equals, smallerThan, largerThan into abstract class More... about 13 years ago
implemented comparable an switched equals function to compareTo wrapper (should give me a better performance) More... about 13 years ago
moved division exception handling into test function, otherwhise the first division by zero will end the test More... about 13 years ago
findBugs: removed initialisation of double datatype More... about 13 years ago
finished multiply tests for doubles More... about 13 years ago
completed multiplication of integers with negative integers More... about 13 years ago