Dividing negative number
in
Programming Questions
•
2 years ago
How's that
println(-5/12); doesn't work? It should give me -0.42, but instead it gives me just 0.
Is not possible to divide the negative number in Processing?
Is not possible to divide the negative number in Processing?
1