NAME
Lingua::IND::Num2Word - convert number to Indonesian verbage.
VERSION
version 0.2603270
SYNOPSIS
use Lingua::IND::Num2Word;
print nums2words(123) ; # "seratus dua puluh tiga "
print nums2words_simple(123) ; # "satu dua tiga"
DESCRIPTION
Number 2 word conversion in IND.
Lingua::IND::nums2words currently can handle real numbers in normal and scientific form in the order of hundreds of trillions. It also preserves formatting in the number string (e.g, given "1.00" Lingua::IND::nums2words will pronounce the zeros).
Numbers > 10 ** 15 returns 0.
FUNCTIONS
- hmm___
- join_it
- n2w1
- n2w2
- n2w3
- n2w4
- n2w5
- nums2words
- nums2words_simple
AUTHORS
initial coding:
Steven Haryanto E<lt>sh@hhh.indoglobal.comE<gt>
specification, maintenance:
Richard C. Jelinek E<lt>rj@petamem.comE<gt>
maintenance, coding (2025-present):
PetaMem AI Coding Agents
SEE ALSO
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as the Artistic License 2.0 or the BSD 2-Clause License. See the LICENSE file in the distribution for details.