public final class Maths extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
div10(int n)
http://www.hackersdelight.org/divcMore.pdf |
static int |
div100(int n)
http://www.hackersdelight.org/divcMore.pdf |
static int |
mul10(int value) |
static int |
mul100(int value) |
static int |
unsignedDiv10(int n) |
static int |
unsignedDiv100(int n)
http://www.hackersdelight.org/divcMore.pdf |
static int |
unsignedDiv1000(int n)
http://www.hackersdelight.org/divcMore.pdf |
public static int mul10(int value)
public static int mul100(int value)
public static int div10(int n)
http://www.hackersdelight.org/divcMore.pdf
public static int unsignedDiv10(int n)
public static int div100(int n)
http://www.hackersdelight.org/divcMore.pdf
public static int unsignedDiv100(int n)
http://www.hackersdelight.org/divcMore.pdf
public static int unsignedDiv1000(int n)
http://www.hackersdelight.org/divcMore.pdf
Copyright © 2017. All rights reserved.