fave77 / Mathball

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

Documentation: Find nth Number, Number Checker, Range of Number #180

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.

sample

Find nth Number

...briefly explain...

Syntax

M.find('number-type')

Arguments

\<String>

Return

\<Function> e.g. num

num(n) will return the nth-number!

Numbers Supported

...give the list of all numbers that are currently supported for M.find() in an alphabetical order like so...

Examples

...repeat the above process for all of the number types under M.find() in the same alphabetical order as you listed them under Supported section . . .

Info:

A bit about how M.find() is being implemented under the hood and provide document links to the other similar methods, Number Checker and Range of Number.

NOTE: Provide exact similar approach while writing docs for Number Checker and Range of Number

Manvityagi commented 5 years ago

Can I take this ?

sweezy793 commented 5 years ago

I would like to work on this

fave77 commented 5 years ago

@Manvityagi you're assigned