Integer cannot be cast into Float?

There are many ways to represent the value 0 as a float in Processing: :wink:
0.0, 0., .0, 0f, 0e0, (float) 0, 0*PI, etc.

1 Like