Skip to content

carrieroroberto/java-numeric-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

java-numeric-functions

📄 A set of functions written in Java to handle numeric expressions and mathematical needs.

🛠️ The repository contains:

resolveExpression: calculates the result of a given complex expression.
decimalToBinary: converts a given number into a binary number (also decimal).

👨🏻‍💻 Functions Headers:

String resolveExpression(String value): gets a string expression (value parameter) and return a string result.
String decimalToBinary(String value): gets a string value in decimal (value parameter) and return a string result in binary.

About

A set of functions written in Java to handle numeric expressions and mathematical needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages