com.accelad.math.nilgiri.Field Maven / Gradle / Ivy
package com.accelad.math.nilgiri;
public interface Field extends CommutativeRing {
X inverse();
X div(X i_v);
double getReal();
default double getImaginary() {
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy