public class Math extends Object
| Constructor and Description |
|---|
Math() |
| Modifier and Type | Method and Description |
|---|---|
static int |
gcd(int a,
int b) |
static long |
gcd(long a,
long b) |
static int |
lcm(int a,
int b) |
static long |
lcm(long a,
long b) |
Copyright © 2015. All rights reserved.