Create account

SuperHacker
replied 2103d
Yep, that's correct.
percent = (current count - previous count) / previous count * 100%
if percent >=0 { 📈percent } else { 📉abs(percent) };
replied 2097d
Alright, super useful, thanks !