Implementing a RPN Calculator with Shunting Yard algorithm in Java. Reference
There is a cleaner way to implement BigDecimal calculate(BigDecimal a, BigDecimal b) method in Operator.java
Was not allowed to use Math.pow() method for calculation.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implementing a RPN Calculator with Shunting Yard algorithm in Java. Reference
There is a cleaner way to implement BigDecimal calculate(BigDecimal a, BigDecimal b) method in Operator.java
Was not allowed to use Math.pow() method for calculation.