I am importing a project from C to Java which involves a lot of float point arithmetic . Is there any special rules need to be taken care of about translating the C float-point type into Java?
Thanks!
|
I am importing a project from C to Java which involves a lot of float point arithmetic . Is there any special rules need to be taken care of about translating the C float-point type into Java? Thanks! |
||||
|
|
|
Java has rules governing whether intermediate results in floating-point computations may use higher precision than the end result or not. You should study the |
|||
|
|
|
If your application was intended to run on multiple platforms. I'm not sure about |
|||||
|
|
Don't worry, there are not special rules needed. |
|||
|
|