Wednesday, 9 February 2011

Floating Point Numbers

Floating point numbers have the following range:
  • Double.NEGATIVE_INFINITY or Float.NEGATIVE_INFINITY
  • Negative Values
  • -0.0
  • 0.0
  • Positive Numbers
  • Double.POSITIVE_INFINITY or Float.POSITIVE_INFINITY

No comments: