diff --git a/kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/OptionalOperations.kt b/kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/OptionalOperations.kt index 66e938343..da7c2c73f 100644 --- a/kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/OptionalOperations.kt +++ b/kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/OptionalOperations.kt @@ -83,7 +83,7 @@ interface Norm { fun >, R> norm(arg: T): R = arg.context.norm(arg) -interface RemainderDivisionOperations : Ring { +interface RemainderDivisionOperations : RingOperations { /** * Calculates the remainder of dividing this value by [arg]. */