Initial Commit - works well, but too memory intensive
This commit is contained in:
6
src/main/java/Equations.java
Normal file
6
src/main/java/Equations.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public abstract class Equations {
|
||||
|
||||
public static double pValue(Integer w, Integer w_a, Integer w_b, Integer w_ab) {
|
||||
return 1.0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user