calculating with float...
Hi, how can I manage the following calculation, without external librarys.
A = X / (Z / Y)
A, X, Z, Y are all short, but the 2 results shouldn be rounded...is it possible in java me to calculate something like this ?
...mhh...Im sorry for this newbish question, maybe its quite simple, but Im wonder about..

