This repository has been archived by the owner on Feb 25, 2025. It is now read-only.
Activity
Corrected an error in the README sample code
Corrected an error in the README sample code
Shortened javadoc method descriptions
Shortened javadoc method descriptions
Added another example of using a negative number in the negate method
Added another example of using a negative number in the negate method
Added documentation for the negate method
Added documentation for the negate method
Changed the parameters of the negate method
Changed the parameters of the negate method
Moved the negateDouble method above the negateFloat method to match t…
Moved the negateDouble method above the negateFloat method to match t…
Negating a decimal is done via multiplying by -1
Negating a decimal is done via multiplying by -1
The license heading is now a second level header
The license heading is now a second level header
Replace spaces with tabs when code is indented (Done with javadocs)
Replace spaces with tabs when code is indented (Done with javadocs)
Replace spaces with tabs when code is indented
Replace spaces with tabs when code is indented
%s is switch in favor of %f since %f represents floats
%s is switch in favor of %f since %f represents floats
Changed the wording of the documentation
Changed the wording of the documentation
Told what is specifically returned
Told what is specifically returned
Added a period at the end of each return section in the javadocs
Added a period at the end of each return section in the javadocs
Added the word the at the beginning of each return section in the jav…
Added the word the at the beginning of each return section in the jav…
Javadocs are added above the methods
Javadocs are added above the methods
Comment moved to the top of the code
Comment moved to the top of the code
Added the repository's title in the description
Added the repository's title in the description
Replaced a few numbers in the README with numbers that were used in t…
Replaced a few numbers in the README with numbers that were used in t…
Added information that negative decimals can be converted into positive
Added information that negative decimals can be converted into positive
The example file shows floats in the float notation
The example file shows floats in the float notation