Is there a way to represent small numbers more precisely than float?

I need high precision for a project i’m working on and regular floats are not enough. Is there a class or type which has a settable precision?

1 Like
1 Like

and how do I use bigDecimal in processing?

import java.math.BigDecimal;