![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Bug Reports Post about errors or bugs encountered. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Sorry if this has been noted before, but when using optimised compile for desktop and for device, it appears the math hierarchy is not interpreted correctly...
My program contains the v1 formula below, which should evaluate the same as v3, and it does if I uncheck 'Optimised Compilation'. When it is checked, it evaluates the same as v2 instead. On the IDE it works correctly. v1 = a * F_0 * (1 - e2*(Sin(phi)^2))^(-0.5) v2 = (a * F_0 * (1 - e2*(Sin(phi)^2)))^(-0.5) v3 = a * F_0 * ((1 - e2*(Sin(phi)^2))^(-0.5)) The workaround is obviously just to stuff in the extra brackets. Dave |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Msgbox issue? | badkarma | Bug Reports | 2 | 04-12-2008 11:39 AM |
| B4P and VISTA - layout issue | csandman | Questions & Help Needed | 3 | 03-04-2008 12:02 PM |
| Version 6 Compile issue - fonts | emaster | Bug Reports | 6 | 01-01-2008 03:31 AM |
| return issue | Cableguy | Questions & Help Needed | 1 | 09-21-2007 07:01 AM |
| Retrieveimage issue | Cableguy | Questions & Help Needed | 0 | 06-02-2007 06:49 PM |