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

org.psjava.ds.numbersystrem.DivisableNumberSystem Maven / Gradle / Ivy

The newest version!
package org.psjava.ds.numbersystrem;

public interface DivisableNumberSystem extends MultipliableNumberSystem {
	T divide(T dividend, T divisor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy