From: Panayotis K. <pan...@pa...> - 2010-10-21 07:47:10
|
On Oct 21, 2010, at 12:20 AM, Troy Gaines wrote: > So, are you saying that the current back-end may not be sufficient to support cross compiling this particular class until the new back-end is finished? Currently, I'm more worried about the functionality more than extra dependencies. > > Thanks again! I believe it is easier to just create a wrapper (like the other java.*.* objects) in Obj-C and simulate more or less the functionality. A simple way to do this, if you really don't care about accuracy, is use a double (or long long) number to do the mathematics in the Obj-C world. |