Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 355 Bytes

java-tafqeet

A Very simple Java Class that does "Arabic Tafqeet", simple usage is:

public static void main(String[] args) {
	System.out.println(Tafqeet.doTafqeet(new BigDecimal("125.12")));
}

To get the output:

مئة و خمسة و عشرون شيكل و اثنى عشر أغورة

The library still needs alot of work and generalization.