Skip navigation links
Java™ Platform
Standard Ed. 8

Package java.math

提供执行任意精度整数运算( BigInteger )和任意精度十进制运算( BigDecimal )的类。

See: 描述

Package java.math Description

提供用于执行任意精度整数运算( BigInteger )和任意精度十进制运算( BigDecimal )的类。 BigInteger类似于原始整数类型,除了它提供任意精度,因此对BigInteger的操作不会溢出或丢失精度。 除了标准算术运算之外, BigInteger还提供了模数运算,GCD计算,原始测试,初级生成,位操作以及其他一些杂项操作。 BigDecimal提供了适用于货币计算等的任意精度有符号的十进制数字。 BigDecimal为用户提供了对舍入行为的完全控制,允许用户从全面的八种舍入模式中进行选择。
从以下版本开始:
JDK1.1
Skip navigation links
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.

本帮助文档是使用 《谷歌翻译》翻译,请与英文版配合使用 by--QQ:654638585