How could I use Math.asin()
(.. etc.) in a J2ME application?
(I've looked at Real Java (and it looks like it could do this) but it says I should avoid converting from a string. How could I create a new Real
from a double
value?)
How could I use Math.asin()
(.. etc.) in a J2ME application?
(I've looked at Real Java (and it looks like it could do this) but it says I should avoid converting from a string. How could I create a new Real
from a double
value?)
Since MIDP 2.0 this should work:
But hey, that Real - Java looks very nice. You definitely should use it.
If you assign the number using String only one or a few times, that won't affect your application's speed.
It depends on version of target CLDC API.