Guest User

Untitled

a guest
Feb 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. m = function (a,b,c) {return Math.sqrt((2*(a*a*b*b+a*a*c*c+b*b*c*c)-a*a*a*a-b*b*b*b-c*c*c*c)/(4*c*c)) }
Add Comment
Please, Sign In to add comment