Advertisement
Guest User

Untitled

a guest
May 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. package bulatski;
  2.  
  3. public class Main {
  4. public static void main(String[] args) {
  5. new ChemberlinSolver(5, 0.00000001, 8, 1, 1, 100)
  6. .solve();
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement