I have a physics application I want to mantain the deterministic across platforms with scrictfp (which I use and works nowadays in Windows/Mac/Linux Machines) with J2SE 6.
I need to convert this code to compile on:
-Android
-IOS
Is this strictfp possible in these platforms?