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

package.lib.utils.math.js Maven / Gradle / Ivy

There is a newer version: 2.11.8
Show newest version
export var max = Math.max;
export var min = Math.min;
export var round = Math.round;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy