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

maths.Constants Maven / Gradle / Ivy

The newest version!
package maths;

public class Constants {

    public static  double PI = 3.14;
    private Constants(){}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy