public class BigIntegerExtensions extends Object
| Constructor and Description |
|---|
BigIntegerExtensions() |
public static BigInteger plus(BigInteger a, byte b)
public static BigInteger plus(BigInteger a, short b)
public static BigInteger plus(BigInteger a, int b)
public static BigInteger plus(BigInteger a, long b)
public static BigDecimal plus(BigInteger a, float b)
public static BigDecimal plus(BigInteger a, double b)
public static BigInteger tilde(BigInteger a)
public static BigInteger div(short a, BigInteger b)
public static BigInteger div(int a, BigInteger b)
public static BigInteger div(long a, BigInteger b)
public static BigDecimal div(float a, BigInteger b)
public static BigDecimal div(double a, BigInteger b)
public static BigInteger div(BigInteger a, byte b)
public static BigInteger div(BigInteger a, short b)
public static BigInteger div(BigInteger a, int b)
public static BigInteger div(BigInteger a, long b)
public static BigDecimal div(BigInteger a, float b)
public static BigDecimal div(BigInteger a, double b)
public static BigDecimal div(BigInteger a, BigInteger b)
public static BigDecimal minus(double a, BigInteger b)
public static BigDecimal minus(float a, BigInteger b)
public static BigInteger minus(long a, BigInteger b)
public static BigInteger minus(byte a, BigInteger b)
public static BigInteger minus(short a, BigInteger b)
public static BigInteger minus(int a, BigInteger b)
public static BigInteger minus(BigInteger a, byte b)
public static BigInteger minus(BigInteger a, short b)
public static BigInteger minus(BigInteger a, int b)
public static BigInteger minus(BigInteger a, long b)
public static BigDecimal minus(BigInteger a, float b)
public static BigDecimal minus(BigInteger a, double b)
public static BigDecimal minus(BigInteger a, BigInteger b)
public static BigInteger div(byte a, BigInteger b)
public static BigDecimal mul(BigInteger a, BigInteger b)
public static BigInteger mul(BigInteger a, byte b)
public static BigInteger mul(BigInteger a, short b)
public static BigInteger mul(BigInteger a, int b)
public static BigInteger mul(BigInteger a, long b)
public static BigDecimal mul(BigInteger a, float b)
public static BigDecimal mul(BigInteger a, double b)
public static BigInteger mul(short a, BigInteger b)
public static BigInteger mul(byte a, BigInteger b)
public static BigDecimal mul(double a, BigInteger b)
public static BigInteger mul(int a, BigInteger b)
public static BigInteger mul(long a, BigInteger b)
public static BigDecimal mul(float a, BigInteger b)
public static BigInteger plus(BigInteger a, BigInteger b)
public static BigInteger neg(BigInteger a)
public static BigInteger plus(byte a, BigInteger b)
public static BigInteger plus(short a, BigInteger b)
public static BigInteger plus(int a, BigInteger b)
public static BigInteger plus(long a, BigInteger b)
Copyright © 2021 vpc open source initiative. All rights reserved.