Advertisement
charlyren

enlaces

Jul 1st, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Base file:
  2. http://pastebin.com/bWCQVreA
  3.  
  4. function exponente1:
  5.  
  6. http://pastebin.com/rb2dY7c2
  7.  
  8. Calculate a volumetric mean diameter (d1^3+d2^3)^(1/3) and then check if the value of that diameter is between others
  9.  
  10. function exponente2:
  11.  
  12. http://pastebin.com/bTDRsCyU
  13.  
  14. The same than before, but the mean diameter is calculated by (d1*d1*d1+d2*d2*d2)^(1/3)
  15.  
  16. function exponente3
  17. http://pastebin.com/i1MgxsPP
  18.  
  19. This time i dont compare the volumetric mean diameter, instead i compare the cube of that against the cube of the limits values (for what i need it, it does the same)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement