首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > java.math GWT应用程序中使用API

java.math GWT应用程序中使用API

  • 资源大小:3.01 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: GWT math biginteger BigDecimal

资 源 简 介

# gwt-math 2.1 # ## Summary ## The goal of gwt-math is to provide drop in support for an extended set of the of the standard Java library classes on top of what is provided by the GWT distribution provided by Google. ## GettingStarted ## The only thing to do in our GWT Module is: * to inherit the gwt-math into the gwt.xml > * download the jar from the download section and add it into classpath * download the server.jar from the download section and add it into classpath of server project to enable RPC call Now you can use the java.math.BigDecimal and java.math.BigInteger into the GWT Module. ## JRE Emulation ## java.math.BigDecimal * BigDecimal(),**BigDecimal(double)**,BigDecimal(int),BigDecimal(String),abs(),add(BigDecimal),compareTo(BigDecimal),divide(BigDecimal, int),divide(BigDecimal, int, int),**doubleValue()**,equals(Object),**floatValue()**,getInternalBigDecimal(),hashCode(),intValue(),**longValue()**, max(B
VIP VIP
0.195400s