Fix superinterface of RemainderDivisionOperations
This commit is contained in:
parent
b90c9c597c
commit
4d18a5f582
@ -83,7 +83,7 @@ interface Norm<in T : Any, out R> {
|
||||
|
||||
fun <T : MathElement<out Norm<T, R>>, R> norm(arg: T): R = arg.context.norm(arg)
|
||||
|
||||
interface RemainderDivisionOperations<T> : Ring<T> {
|
||||
interface RemainderDivisionOperations<T> : RingOperations<T> {
|
||||
/**
|
||||
* Calculates the remainder of dividing this value by [arg].
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user