Guest User

Untitled

a guest
Jan 17th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. 18 / 4.25
  2.  
  3. 4.2426406871192851464050688705 ^ 2 = 18.000000000000000000000022892
  4.  
  5. static bool SameDecimal(decimal a, decimal b)
  6. {
  7. return Math.Abs(a-b) < 1e-10;
  8. }
Add Comment
Please, Sign In to add comment