Page 1 of 1

How to implement float type in java card

Posted: Fri Dec 25, 2015 4:39 am
by kineri
I need to do the below computation(z=a floating exponent) in my application. AFAIK, javacard doesn't support float type.

Code: Select all

short z =  (float) (x/y)


Does anyone know how I can use float type or how to calculate this?

Re: How to implement float type in java card

Posted: Fri Dec 25, 2015 9:42 am
by UNKNwYSHSA
Where you have the requirement?