public class PowerOf10
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HIGHEST_POWER_OF_TEN |
static long[] |
POWERS_OF_TEN |
| Constructor and Description |
|---|
PowerOf10() |
| Modifier and Type | Method and Description |
|---|---|
static long |
pow10(int rhs) |
public static final long[] POWERS_OF_TEN
public static final int HIGHEST_POWER_OF_TEN
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.