Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Need more help, this time requiring the Comparable interface

    @777 Can you give an example of how to use those Math methods to compare two floating point numbers?
  2. Re: Need more help, this time requiring the Comparable interface

    Comparing floating point numbers is tricky because of their nature.
    To compare two numbers for "equality" you need to see if their values are very close to each other.
    For example: 0.0123456789 vs...
Results 1 to 2 of 2