Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 0.1 + 0.2 -> 0.30000000000000004
  2.  
  3. parseFloat((profitTotal - taxesTotal).toFixed(10))
  4.  
  5. (parseFloat((profitTotal - taxesTotal).toFixed(10))).toLocaleString('en-US', {style: 'currency', currency: 'USD',}))
  6.  
  7. (profitTotal - taxesTotal).toLocaleString('en-US', {style: 'currency', currency: 'USD',})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement