remainder(java.math.BigInteger) modPow public BigInteger modPow(BigInteger exponent, BigInteger m) 値が(thisexponent mod m)のBigIntegerを返します。(powと違って、このメソッドは負の指数を許容する。) パラメータ: exponent - 指数 m - モジュラス。 戻り値: thisexponent mod m 例外: Arithmetic...
pow(double a, double b) 1番目の引数を、2番目の引数で累乗した値を返します。 static double random() 0.0以上で1.0より小さい、正の符号の付いたdouble値を返します。 static double rint(double a) 引数の値にもっとも近く、計算上の整数に等しいdouble値を返します。 static long round(doubl...
pow public static double pow(double a, double b) 1番目の引数を、2番目の引数で累乗した値を返します。 特例として: 2番目の引数が正のゼロまたは負のゼロの場合は、結果は1.0になります。 2番目の引数が1.0の場合は、結果は1番目の引数と同じ値になります。 2番目の引数がNaNの場合...
(pow と違って、このメソッドは負の指数を許容する。) パラメータ: exponent - 指数 m - モジュラス。 戻り値: thisexponent mod m 例外: ArithmeticException - m≤ 0 であるか、指数が負でこの BigInteger が m の素数ではない場合。 関連項目: modInverse(java.math.BigInteger) modInverse ...
remainder(java.math.BigInteger)modPow public BigInteger modPow(BigInteger exponent, BigInteger m) 値が(thisexponent mod m)のBigIntegerを返します。 (powと違って、このメソッドは負の指数を許容する。) パラメータ: exponent - 指数 m - モジュラス。 戻り値: thisexponent mod m 例外: Arit...
pow public static double pow(double a, double b) 1番目の引数を、2番目の引数で累乗した値を返します。 特例として: 2番目の引数が正のゼロまたは負のゼロの場合は、結果は1.0になります。 2番目の引数が1.0の場合は、結果は1番目の引数と同じ値になります。 2番目の引数がNaNの場合...
remainder(java.math.BigInteger) modPow public BigInteger modPow(BigInteger exponent, BigInteger m) 値が(thisexponent mod m)のBigIntegerを返します。 (powと違って、このメソッドは負の指数を許容する。) パラメータ: exponent - 指数 m - モジュラス。 戻り値: thisexponent mod m 例外: Arithme...
remainder(java.math.BigInteger) modPow public BigInteger modPow(BigInteger exponent, BigInteger m) 値が(thisexponent mod m)のBigIntegerを返します。 (powと違って、このメソッドは負の指数を許容する。) パラメータ: exponent - 指数 m - モジュラス。 戻り値: thisexponent mod m 例外: Arithme...
remainder(java.math.BigInteger) modPow public BigInteger modPow(BigInteger exponent, BigInteger m) 値が(thisexponent mod m)のBigIntegerを返します。 (powと違って、このメソッドは負の指数を許容する。) パラメータ: exponent - 指数 m - モジュラス。 戻り値: thisexponent mod m 例外: Ar...
pow(double a, double b) 1番目の引数を、2番目の引数で累乗した値を返します。 static double random() 0.0以上で1.0より小さい、正の符号の付いたdouble値を返します。 static double rint(double a) 引数の値にもっとも近く、計算上の整数に等しいdouble値を返します。 static long round(doubl...