All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.accelad.math.nilgiri.Group Maven / Gradle / Ivy

There is a newer version: 1.16
Show newest version
package com.accelad.math.nilgiri;


public interface Group {


    X negate();


    X plus(X i_v);


    X minus(X i_v);


    X mul(long i_n);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy