パッケージ org.apache.commons.lang.math

数学的な業務を行う java.math クラス郡を拡張します。

参照:
          説明

クラスの概要
DoubleRange DoubleRange represents an inclusive range of doubles.
FloatRange FloatRange represents an inclusive range of floats.
Fraction Fraction is a Number implementation that stores fractions accurately.
IntRange IntRange represents an inclusive range of ints.
JVMRandom JVMRandom is a wrapper that supports all possible Random methods via the Math.random() method and its system-wide Random object.
LongRange LongRange represents an inclusive range of longs.
NumberRange NumberRange represents an inclusive range of Number objects of the same type.
NumberUtils Provides extra functionality for Java Number classes.
RandomUtils RandomUtils is a wrapper that supports all possible Random methods via the Math.random() method and its system-wide Random object.
Range Range represents a range of numbers of the same type.
 

パッケージ org.apache.commons.lang.math の説明

数学的な業務を行う java.math クラス郡を拡張します。 このパッケージは科学的(精密?)な数学の処理ではなく業務的な数学の処理で使用されることを意図されています。

Extends java.math for business mathematical classes. This package is intended for business mathematical classes, not scientific ones.

導入されたバージョン:
2.0
翻訳者:
日置 聡
翻訳状況:
初稿(校正者募集中)
翻訳更新日:
2003/09/04


このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation