public class FloatingPointUtils extends Object
Title: Floating Point Number Utilities
Description: Implementation bits to support the XSD floating point datatypes
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
FloatingPointUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Double |
decrement(Double n) |
static Float |
decrement(Float n) |
static Double |
increment(Double n) |
static Float |
increment(Float n) |
static BigInteger |
intervalSize(Double lower,
Double upper) |
static long |
intervalSize(Float lower,
Float upper) |
public static BigInteger intervalSize(Double lower, Double upper)
Copyright © 2019. All rights reserved.