Merge remote-tracking branch 'zhelenskiy/dev' into zhelenskiy_dev

This commit is contained in:
Alexander Nozik 2021-04-17 09:47:16 +03:00
commit 922ca564b1

View File

@ -18,6 +18,10 @@ import space.kscience.kmath.operations.invoke
private fun BigInt.pow(power: Int): BigInt = modPow(BigIntField.number(power), BigInt.ONE) private fun BigInt.pow(power: Int): BigInt = modPow(BigIntField.number(power), BigInt.ONE)
private fun BigInt.pow(power: Int): BigInt = modPow(BigIntField.number(power), BigInt.ONE)
@State(Scope.Benchmark) @State(Scope.Benchmark)
internal class BigIntBenchmark { internal class BigIntBenchmark {