PrameshKarki / digit_to_nepali_word_representation

Converts a number to its Nepali word representation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converts a number to its Nepali word representation

You may convert any number into a Nepali word by using this function.

For instance,

if you pass 1 it will return एक

or for 45 it will return पैँतालीस

or for large number like 535000 it will return पाँच लाख पैंतीस हजार

and so on...

It is capable to return up to 1 trillion (10^12) (१ हजार उनानसय अर्व)

About

Converts a number to its Nepali word representation

License:MIT License


Languages

Language:TypeScript 100.0%