Skip to content

a simple calculator without precision loss, based on bigdecimal

Notifications You must be signed in to change notification settings

dw-yejing/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

简体中文 | English

输入输出

输入: 算数表达式 输出: 无损失结果值

过程

  1. 解析算数表达式为后缀表达式,以栈结构存储

  2. 弹出数据和运算符,基于java.math.BigDecimal,实现无精度损失计算

About

a simple calculator without precision loss, based on bigdecimal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages