How to implement float type in java card
Posted: Fri Dec 25, 2015 4:39 am
I need to do the below computation(z=a floating exponent) in my application. AFAIK, javacard doesn't support float type.
Does anyone know how I can use float type or how to calculate this?
Code: Select all
short z = (float) (x/y)
Does anyone know how I can use float type or how to calculate this?