-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: dubbogo 中如何使用 bigdecimal [ok for usage] #109
Labels
enhancement
New feature or request
Comments
|
@Pepigo we will check and test it asap. |
感谢,希望尽快有解决方案 |
AlexStocks
changed the title
bigdecimal与golang中类型对应关系问题?
Feature: dubbogo 中如何使用 bigdecimal
Jul 18, 2019
AlexStocks
changed the title
Feature: dubbogo 中如何使用 bigdecimal
Feature: dubbogo 中如何使用 bigdecimal [ok for usage]
Jul 18, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
改回bigdecimal后使用golang中的float64测试报错
然后再此时下方包中的Decimal,已经不能接收BigDecimal类型
import "github.com/shopspring/decimal"
尝试使用golang中的big类型同样失败
BigDecimal在Java中是常用的精确计算包装类,实际业务不可能改为浮点类型,所以该问题依旧是需要解决的问题
The text was updated successfully, but these errors were encountered: