public class Decimal extends Object
Based on code by Guilietti: https://github.com/c4f7fcce9cb06515/Schubfach/blob/3c92d3c9b1fead540616c918cdfef432bca53dfa/todec/src/math/FloatToDecimal.java
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_CHARS |
| Modifier and Type | Method and Description |
|---|---|
static long |
multiplyHigh(long x,
long y) |
String |
toString()
Format the number according to the formatting rules in EcmaScript chapter 6, as defined for
the "Number::toString" operation, for radix 10.
|
public static final int MAX_CHARS
Copyright © 2025 HtmlUnit. All rights reserved.