Crate lakh_crore_numbers[−][src]
Modules
errors |
Constants
MAX_NUMBER | This is the maximum integer number that will be processed by this library when formatting to words |
Functions
format_to_nepali_numeral | Formats an integer (u64) into a Nepali numeral string |
format_to_nepali_words | Formats an integer (u64) into a Result type with Nepali word string if the integer is less than the MAX_NUMBER, else UnsupportedLargeNumberError |