Is there a pretty print API for a mathematical String somewhere?

Posted by jax on Stack Overflow See other posts from Stack Overflow or by jax
Published on 2010-05-17T09:18:46Z Indexed on 2010/05/17 9:20 UTC
Read the original article Hit count: 103

Filed under:

Is there a pretty print API for a mathematical String somewhere?

For example:

"10000000 - 234564"

Becomes

"10,000,000 minus 234,564"

I can make my own but can someone give me some pointers on how to do the "," part?

© Stack Overflow or respective owner

Related posts about java