Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

max and min in a "series" #36

Closed
yegor256 opened this issue Aug 9, 2022 · 4 comments · Fixed by #40
Closed

max and min in a "series" #36

yegor256 opened this issue Aug 9, 2022 · 4 comments · Fixed by #40
Assignees

Comments

@yegor256
Copy link
Member

yegor256 commented Aug 9, 2022

Would be nice to introduce a new object series, which would decorate an array. Then, we can have max and min:

max.
  QQ.math.series
    *
      5
      13
      -9

Later, we can implement series.sum, series.average, series.expectancy, etc.

@yegor256
Copy link
Member Author

yegor256 commented Aug 9, 2022

@maxonfjvipon @Graur what do you think?

@Graur
Copy link
Contributor

Graur commented Aug 9, 2022

@yegor256 Maybe number object would be a better candidate for these operations?

@Graur
Copy link
Contributor

Graur commented Aug 12, 2022

@maxonfjvipon Buget: 30 min

@0pdd
Copy link

0pdd commented Sep 24, 2022

@yegor256 the puzzle #54 is still not solved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants