Indian vs. International Numbering Systems
The conversion of numerical numbers into written formats follows different place value scales globally. In the Indian numbering system, digit separation is based on units of hundreds, thousands, lakhs, and crores. It groups numbers as 3, 2, 2, 2, ... (e.g., 10,00,000 represents 10 Lakhs). In the International numbering system, digit separation groups numbers strictly into sets of three: hundreds, thousands, millions, billions, and trillions (e.g., 1,000,000 represents 1 Million).
Rules and Conventions for Writing Bank Cheques
When writing a bank cheque, writing the numerical figures in words is a key security measure that prevents tampering or fraud. Here are the core conventions:
- The Suffix "Only": Always add "Only" at the end of the text conversion (e.g., "Rupees Ten Thousand Only"). This marks the absolute end of the figure, preventing anyone from appending trailing words to alter the check value.
- Hyphenation for Compound Numbers: Numbers between 21 and 99 that are not direct tens units are written with a hyphen (e.g., "Twenty-Five", "Eighty-Nine").
- Decimal representation: Decimals representing Paise (for Indian currency) or Cents (for Western currency) are joined with "and" (e.g., "Rupees One Hundred and Fifty Paise Only"). Fractional notations like "and 50/100 Only" are also commonly accepted.
- Slash-Dash Symbol: On the numeric block of a cheque, write a slash and a dash (/-) after the figures (e.g. ₹ 10,000/-) to close the amount box.
Precision and Limits of JavaScript Math Conversions
Most modern web applications calculate floating-point decimals using standard double-precision arithmetic (IEEE 754). This can lead to precision errors for extremely large numbers (over 15 digits). This tool handles integers up to 12 digits (Lakh Crores / Trillions) with complete precision, ensuring your invoices, check templates, and financial records are translated error-free.