错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Math, BigDecimal, and BigInteger

  • Jeff Friesen

摘要

Mathematics operations are an important part of computing. You learned about basic math operators (such as addition and multiplication) in Chapter 3 . Java also provides a Math class in the java.lang package, along with BigDecimal and BigInteger classes in the java.math package. This chapter introduces you to these classes.