Post
Topic
Board Meta
Re: Forum ranks/positions/badges (What do those shiny coins under my name mean?)
by
dsattler
on 05/02/2015, 16:33:38 UTC
I really do not understand how activity is calclualted. Can someone explain it more?

activity = min(time * 14, posts)

I assume

activity = min? (no idea what what min stands for) (time (which I assume is in days?) * # (which is the number of posts?)

"min(x,y)" is developer language for "the minimum of x and y (whatever has the lowest value)".