Skip to content

v1.0.2

Choose a tag to compare

@creepersaur creepersaur released this 22 Feb 08:40
· 36 commits to main since this release
c0edd47

v1.0.2

  • Fixed a lot of stuff
  • added __eq metamethod
  • added __add metamethod
  • added __lt and __le metamethods
  • added __concat metamethod
  • fixed copy()
  • average() now only divides with how many numbers are in the list (before it did the length of the entire list)
  • added sum() function which adds all number values and returns the output

I think that's all.