Is there a library available in javascript to handle large numbers with accuracy (sort of like what oracle does by storing the number as a string) and allows for operations like add/subtract/multiply/divide/mod/etc ?
Basically I need to add large numbers like 1234567890.1234567890 + 1234567890.987654321 and get a precise result.