This class implements all mathematical operations declared in {@link cc.redberry.core.number.Number} as operations with doubles. So allmethods return numeric numbers. As for example, 1.0 + 2 / 3 will give 1.666666 and so on. All mathematical methods works with its arguments using {@link Number#doubleValue() } method. @author Dmitry Bolotin @author Stanislav Poslavsky @see Number @see Double
|
|
|
|
|
|