Floating point number of Processing

Tweet


Functions provided in the programming language Processing use only float type, and do not use double type. It is a kind of a philosophy of the developer that Processing only use float type.

https://processing.org/reference/float.html


Back