Skip to content

Sum and average return float/int as needed

Compare
Choose a tag to compare
@DusanKasan DusanKasan released this 09 Jun 11:08
· 75 commits to master since this release
  • Breaking change: sum function will return integer by default, float if there are float type elements
  • Breaking change: average function will not force return float and will return integer if the sum/count result is integer