xengine.math.1.0.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of math Show documentation
Show all versions of math Show documentation
Seamless wrapping and manipulation of number types
/**
* @author datafox
*/
module dfxengine.math {
requires static lombok;
requires org.slf4j;
requires ch.obermuhlner.math.big;
requires dfxengine.math.api;
requires dfxengine.utils;
exports me.datafox.dfxengine.math.numeral;
exports me.datafox.dfxengine.math.utils;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy