fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

Triangular Numbers #93

Closed fave77 closed 5 years ago

fave77 commented 5 years ago

Do the checklist before filing the issue:

NOTE: Provide a clear and concise description of the feature that needs to be added! Or if its a bug, then provide the necessary steps to reproduce it along with screenshots.

[Function: M.triangular()] needs to be added! For more info:

https://www.geeksforgeeks.org/triangular-numbers/

M.triangluar() needs to accept a positive integer and all other arguments passed should throw a type error which needs to be handled gracefully! For error handling, you should refer to how M.catalan() is implemented.

Category: Find nth Number

naveenk2k commented 5 years ago

Hey, can I work on this?

fave77 commented 5 years ago

@naveenk2k this issue is only for gssoc19 participants.

fave77 commented 5 years ago

I would encourage you to raise an issue by yourself to work on!

naveenk2k commented 5 years ago

Ah alright, will do!

viditkumar commented 5 years ago

Could you please assign this to me, if I am eligible?

fave77 commented 5 years ago

@viditkumar are you a gssoc19 participant?

viditkumar commented 5 years ago

No, I'm not. But if you get no one, you can assign it to me.

devRD commented 5 years ago

can I work on this?

fave77 commented 5 years ago

@devRD You're assigned!