Add operator 'rem' as extension to BigInteger
#KT-14650 Fixed Note that after this change behaviour of '%' on BigInteger is changed, now it works like a proper remainder
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
public final class PercentAsModOnBigIntegerWithoutRemKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user