excieve / dragnet

Catching the big fish
MIT License
2 stars 1 forks source link

add flag "income_presents_to_total_flag_50" #29

Closed pro100olga closed 6 years ago

pro100olga commented 6 years ago

income_presents_to_total_flag_50 = if incomes.total = 0 then 0 else if incomes.presents.all/incomes.total > 0.5 then 1 else 0