voting percentage calc


/ Published in: Groovy
Save to your folder(s)



Copy this code and paste it in your HTML
  1. import java.math.*
  2. (100/(14/2)).setScale(1, BigDecimal.ROUND_HALF_UP)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.