0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
comleted multiplication of integers More... over 13 years ago
make initialisation test compatible with the defined number format More... over 13 years ago
added tests for integer and long overflow in simplemathtests More... over 13 years ago
removed usage of mtehod that only exists in another branch in master branch More... over 13 years ago
We need to do something for normalization ... More... over 13 years ago
Merge remote-tracking branch 'origin/master' More... over 13 years ago
Add basic floating point initialization tests More... over 13 years ago
implemented hashCode, value now implements cloneable More... over 13 years ago
corrected reference implementation to match defined toString() handling for zero More... over 13 years ago
fixed bug with zero beeing negative corrected subtraction of two negative numbers More... over 13 years ago
fixed bugs: - wrong decimal places initialization - check for decimal places when trimming the zeros before the decimal point - corrected the tenfold generated for the complement More... over 13 years ago
corrected string result of big decimal operation to match the big decimal challenge format More... over 13 years ago
corrected add algorithm (used modified subtract algorithm) finished doubles, negativeWithNegativeDouble, integerToDoubles, doublesToIntegers in add test More... over 13 years ago
corrected implementation of adding negative number to negative number finished negativeWithNegativeIntegers tests for add and subtract More... over 13 years ago
check for ArithmeticException and ignore it in this test More... over 13 years ago
added equals method for reference implementation More... over 13 years ago
completet add test for negative integers More... over 13 years ago
added test for the equals method added test to verify the calculation methods return new objects More... over 13 years ago
negative numbers added to negative numbers should give us a negative result More... over 13 years ago
added test for negative number with negative numbers corrected comments More... over 13 years ago
added method to strip trailing zeros to match the expected toString() behaviour More... over 13 years ago
moved the logback.xml to the correct folder (src/main/resources) More... over 13 years ago
added sl4j for other simple math tests More... over 13 years ago
Merge remote-tracking branch 'github-big-decimal-challenge/master' More... over 13 years ago
added a note tho remind others of not making the same mistake as me. don't kill the reference to the initial expected exception. More... over 13 years ago
handle negative adds as if they were subtractions More... over 13 years ago
added tests for the other operations to the simple math tests More... over 13 years ago
corrected the interface for multiply to return the correct return type More... over 13 years ago
Added sl4j, logback and some logging statements in tests More... over 13 years ago
completed the compatiblity with the integer add test More... over 13 years ago